#BCA00C

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

Shades of Buddha Gold #BCA00C

Tints of Buddha Gold #BCA00C

Color information

#BCA00C (or 0xBCA00C) is unknown color: approx Buddha Gold. HEX triplet: BC, A0 and 0C. RGB value is (188,160,12). Sum of RGB (Red+Green+Blue) = 188+160+12=360 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.22% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 12 (5.08% from 255 or 3.33% from 360); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA00C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA00C is #435FF3. Grayscale: #989898. Windows color (decimal): -4415476 or 827580. OLE color: 827580.

HSL color Cylindrical-coordinate representation of color #BCA00C: hue angle of 50.45º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCA00C is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB18816012-
CMYK00.150.940.26
HSL50.45º88%39.22%-
HSV(B)50.45º93.62%73.73%-
XYZ33.3835.865.51-
YUV151.549.28154.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.22%
GREEN value IS 160 (62.89% from 255) = 44.44%
BLUE value IS 12 (5.08% from 255) = 3.33%
R=52.22%
G=44.44%
B=3.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881601200.150.940.2650.458839.22
HexBCA0C0F5E1A325827
Octal27424014017136326213047
Binary10111100101000001100011111011110110101100101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA00C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA00C; }

 p { color: rgb(188,160,12); }

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

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

 a { background-color: rgb(188,160,12); }

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

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

 span { border-color: rgb(188,160,12); }

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