#BCBA33

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

Shades of Old Gold #BCBA33

Tints of Old Gold #BCBA33

Color information

#BCBA33 (or 0xBCBA33) is unknown color: approx Old Gold. HEX triplet: BC, BA and 33. RGB value is (188,186,51). Sum of RGB (Red+Green+Blue) = 188+186+51=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 51 (20.31% from 255 or 12% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCBA33 is #4345CC. Grayscale: #ABABAB. Windows color (decimal): -4408781 or 3390140. OLE color: 3390140.

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

Color convert

RGB18818651-
CMYK00.010.730.26
HSL59.12º57.32%46.86%-
HSV(B)59.12º72.87%73.73%-
XYZ38.946.059.97-
YUV171.2160.16139.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.24%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 51 (20.31% from 255) = 12%
R=44.24%
G=43.76%
B=12%

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
Decimal1881865100.010.730.2659.1257.3246.86
HexBCBA3301491A3b392f
Octal274272630111132737157
Binary101111001011101011001101100100111010111011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBA33; }

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

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

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

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

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

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

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

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