#BCA20C

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

Shades of Buddha Gold #BCA20C

Tints of Buddha Gold #BCA20C

Color information

#BCA20C (or 0xBCA20C) is unknown color: approx Buddha Gold. HEX triplet: BC, A2 and 0C. RGB value is (188,162,12). Sum of RGB (Red+Green+Blue) = 188+162+12=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 162 (63.67% from 255 or 44.75% from 362); Blue value is 12 (5.08% from 255 or 3.31% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA20C is #435DF3. Grayscale: #999999. Windows color (decimal): -4414964 or 828092. OLE color: 828092.

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

Color convert

RGB18816212-
CMYK00.140.940.26
HSL51.14º88%39.22%-
HSV(B)51.14º93.62%73.73%-
XYZ33.7336.565.63-
YUV152.6748.61153.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.93%
GREEN value IS 162 (63.67% from 255) = 44.75%
BLUE value IS 12 (5.08% from 255) = 3.31%
R=51.93%
G=44.75%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881621200.140.940.2651.148839.22
HexBCA2C0E5E1A335827
Octal27424214016136326313047
Binary10111100101000101100011101011110110101100111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA20C; }

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

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

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

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

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

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

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

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