#BCB542

Color #BCB542 Brass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brass #BCB542

Tints of Brass #BCB542

Color information

#BCB542 (or 0xBCB542) is unknown color: approx Brass. HEX triplet: BC, B5 and 42. RGB value is (188,181,66). Sum of RGB (Red+Green+Blue) = 188+181+66=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB542 is #434ABD. Grayscale: #AAAAAA. Windows color (decimal): -4410046 or 4371900. OLE color: 4371900.

HSL color Cylindrical-coordinate representation of color #BCB542: hue angle of 56.56º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCB542 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB18818166-
CMYK00.040.650.26
HSL56.56º48.03%49.8%-
HSV(B)56.56º64.89%73.73%-
XYZ38.2544.1311.66-
YUV169.9869.32140.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 181 (71.09% from 255) = 41.61%
BLUE value IS 66 (26.17% from 255) = 15.17%
R=43.22%
G=41.61%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881816600.040.650.2656.5648.0349.8
HexBCB54204411A393032
Octal2742651020410132716062
Binary101111001011010110000100100100000111010111001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB542; }

 p { color: rgb(188,181,66); }

 H1.HeaderClassName
 {
   color: #BCB542;
 }
 .AnyTagClassName
 {
   color: #BCB542;
 }
</style>
background-color css

<style>
 a { background-color: #BCB542; }

 a { background-color: rgb(188,181,66); }

 div.DivClassName
 {
   background-color: #BCB542;
 }
 .BgClassName
 {
   background-color: #BCB542;
 }
</style>
border-color css

<style>
 span { border-color: #BCB542; }

 span { border-color: rgb(188,181,66); }

 td.TdClassName
 {
   border-color: #BCB542;
 }
 .TagClassName
 {
   border-color: #BCB542;
 }
</style>