#BCBB37

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

Shades of Old Gold #BCBB37

Tints of Old Gold #BCBB37

Color information

#BCBB37 (or 0xBCBB37) is unknown color: approx Old Gold. HEX triplet: BC, BB and 37. RGB value is (188,187,55). Sum of RGB (Red+Green+Blue) = 188+187+55=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 55 (21.88% from 255 or 12.79% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBB37 is #4344C8. Grayscale: #ACACAC. Windows color (decimal): -4408521 or 3652540. OLE color: 3652540.

HSL color Cylindrical-coordinate representation of color #BCBB37: hue angle of 59.55º 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 #BCBB37 is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB18818755-
CMYK00.010.710.26
HSL59.55º54.73%47.65%-
HSV(B)59.55º70.74%73.73%-
XYZ39.246.5110.53-
YUV172.2561.83139.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.72%
GREEN value IS 187 (73.44% from 255) = 43.49%
BLUE value IS 55 (21.88% from 255) = 12.79%
R=43.72%
G=43.49%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881875500.010.710.2659.5554.7347.65
HexBCBB3701471A3c3730
Octal274273670110732746760
Binary101111001011101111011101100011111010111100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB37; }

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

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

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

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

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

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

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

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