#BCB537

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

Shades of Brass #BCB537

Tints of Brass #BCB537

Color information

#BCB537 (or 0xBCB537) is unknown color: approx Brass. HEX triplet: BC, B5 and 37. RGB value is (188,181,55). Sum of RGB (Red+Green+Blue) = 188+181+55=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 55 (21.88% from 255 or 12.97% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB537 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB537 is #434AC8. Grayscale: #A9A9A9. Windows color (decimal): -4410057 or 3651004. OLE color: 3651004.

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

Color convert

RGB18818155-
CMYK00.040.710.26
HSL56.84º54.73%47.65%-
HSV(B)56.84º70.74%73.73%-
XYZ37.9544.0110.11-
YUV168.7363.82141.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 181 (71.09% from 255) = 42.69%
BLUE value IS 55 (21.88% from 255) = 12.97%
R=44.34%
G=42.69%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881815500.040.710.2656.8454.7347.65
HexBCB53704471A393730
Octal274265670410732716760
Binary10111100101101011101110100100011111010111001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCB537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCB537; }

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

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

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

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

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

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

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

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