#BCA106

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

Shades of Buddha Gold #BCA106

Tints of Buddha Gold #BCA106

Color information

#BCA106 (or 0xBCA106) is unknown color: approx Buddha Gold. HEX triplet: BC, A1 and 06. RGB value is (188,161,6). Sum of RGB (Red+Green+Blue) = 188+161+6=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA106 is #435EF9. Grayscale: #989898. Windows color (decimal): -4415226 or 434620. OLE color: 434620.

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

Color convert

RGB1881616-
CMYK00.140.970.26
HSL51.1º93.81%38.04%-
HSV(B)51.1º96.81%73.73%-
XYZ33.5236.195.39-
YUV151.445.95154.1-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.96%
GREEN value IS 161 (63.28% from 255) = 45.35%
BLUE value IS 6 (2.73% from 255) = 1.69%
R=52.96%
G=45.35%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188161600.140.970.2651.193.8138.04
HexBCA160E611A335e26
Octal2742416016141326313646
Binary1011110010100001110011101100001110101100111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA106; }

 p { color: rgb(188,161,6); }

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

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

 a { background-color: rgb(188,161,6); }

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

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

 span { border-color: rgb(188,161,6); }

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