#BCBB32

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

Shades of Old Gold #BCBB32

Tints of Old Gold #BCBB32

Color information

#BCBB32 (or 0xBCBB32) is unknown color: approx Old Gold. HEX triplet: BC, BB and 32. RGB value is (188,187,50). Sum of RGB (Red+Green+Blue) = 188+187+50=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBB32 is #4344CD. Grayscale: #ACACAC. Windows color (decimal): -4408526 or 3324860. OLE color: 3324860.

HSL color Cylindrical-coordinate representation of color #BCBB32: hue angle of 59.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCBB32 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB18818750-
CMYK00.010.730.26
HSL59.57º57.98%46.67%-
HSV(B)59.57º73.4%73.73%-
XYZ39.0946.469.93-
YUV171.6859.33139.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 187 (73.44% from 255) = 44%
BLUE value IS 50 (19.92% from 255) = 11.76%
R=44.24%
G=44%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881875000.010.730.2659.5757.9846.67
HexBCBB3201491A3c3a2f
Octal274273620111132747257
Binary101111001011101111001001100100111010111100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBB32; }

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

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

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

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

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

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

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

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