#BCBA32

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

Shades of Old Gold #BCBA32

Tints of Old Gold #BCBA32

Color information

#BCBA32 (or 0xBCBA32) is unknown color: approx Old Gold. HEX triplet: BC, BA and 32. RGB value is (188,186,50). Sum of RGB (Red+Green+Blue) = 188+186+50=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA32 is #4345CD. Grayscale: #ABABAB. Windows color (decimal): -4408782 or 3324604. OLE color: 3324604.

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

Color convert

RGB18818650-
CMYK00.010.730.26
HSL59.13º57.98%46.67%-
HSV(B)59.13º73.4%73.73%-
XYZ38.8746.049.86-
YUV171.0959.66140.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 186 (73.05% from 255) = 43.87%
BLUE value IS 50 (19.92% from 255) = 11.79%
R=44.34%
G=43.87%
B=11.79%

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
Decimal1881865000.010.730.2659.1357.9846.67
HexBCBA3201491A3b3a2f
Octal274272620111132737257
Binary101111001011101011001001100100111010111011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA32; }

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

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

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

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

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

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

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

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