Shades of Buddha Gold #BCA10E
Tints of Buddha Gold #BCA10E
RGB
CMYK
RGB Variations
Color information
#BCA10E (or 0xBCA10E) is known color: Buddha Gold. HEX triplet: BC, A1 and 0E. RGB value is (188,161,14). Sum of RGB (Red+Green+Blue) = 188+161+14=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA10E is #435EF1. Grayscale: #989898. Windows color (decimal): -4415218 or 958908. OLE color: 958908.
HSL color Cylindrical-coordinate representation of color #BCA10E: hue angle of 50.69º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BCA10E is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 161 | 14 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.26 |
| HSL | 50.69º | 0.86% | 0.4% | - |
| HSV(B) | 50.69º | 0.93% | 0.74% | - |
| XYZ | 33.56 | 36.21 | 5.64 | - |
| YUV | 152.32 | 49.95 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 161 | 14 | 0 | 0.14 | 0.93 | 0.26 | 50.69 | 0.86 | 0.4 |
| Hex | BC | A1 | E | 0 | E | 5D | 1A | 33 | 56 | 28 |
| Octal | 274 | 241 | 16 | 0 | 16 | 135 | 32 | 63 | 126 | 50 |
| Binary | 10111100 | 10100001 | 1110 | 0 | 1110 | 1011101 | 11010 | 110011 | 1010110 | 101000 |
Color Harmonies of #BCA10E
Complementary color
Monochromatic Colors of #BCA10E
Black with #BCA10E
Text Example
Text Example
White with #BCA10E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA10E; }
p { color: rgb(188,161,14); }
H1.HeaderClassName
{
color: #BCA10E;
}
.AnyTagClassName
{
color: #BCA10E;
}
</style>
background-color css
<style>
a { background-color: #BCA10E; }
a { background-color: rgb(188,161,14); }
div.DivClassName
{
background-color: #BCA10E;
}
.BgClassName
{
background-color: #BCA10E;
}
</style>
border-color css
<style>
span { border-color: #BCA10E; }
span { border-color: rgb(188,161,14); }
td.TdClassName
{
border-color: #BCA10E;
}
.TagClassName
{
border-color: #BCA10E;
}
</style>