#BCA107

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

Shades of Buddha Gold #BCA107

Tints of Buddha Gold #BCA107

Color information

#BCA107 (or 0xBCA107) is unknown color: approx Buddha Gold. HEX triplet: BC, A1 and 07. RGB value is (188,161,7). Sum of RGB (Red+Green+Blue) = 188+161+7=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 161 (63.28% from 255 or 45.22% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA107 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA107 is #435EF8. Grayscale: #989898. Windows color (decimal): -4415225 or 500156. OLE color: 500156.

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

Color convert

RGB1881617-
CMYK00.140.960.26
HSL51.05º92.82%38.24%-
HSV(B)51.05º96.28%73.73%-
XYZ33.5236.25.42-
YUV151.5246.45154.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.81%
GREEN value IS 161 (63.28% from 255) = 45.22%
BLUE value IS 7 (3.12% from 255) = 1.97%
R=52.81%
G=45.22%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.96
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188161700.140.960.2651.0592.8238.24
HexBCA170E601A335d26
Octal2742417016140326313546
Binary1011110010100001111011101100000110101100111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA107; }

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

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

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

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

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

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

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

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