Shades of Buddha Gold #BCA70E
Tints of Buddha Gold #BCA70E
RGB
CMYK
RGB Variations
Color information
#BCA70E (or 0xBCA70E) is known color: Buddha Gold. HEX triplet: BC, A7 and 0E. RGB value is (188,167,14). Sum of RGB (Red+Green+Blue) = 188+167+14=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 167 (65.62% from 255 or 45.26% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA70E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA70E is #4358F1. Grayscale: #9C9C9C. Windows color (decimal): -4413682 or 960444. OLE color: 960444.
HSL color Cylindrical-coordinate representation of color #BCA70E: hue angle of 52.76º 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 #BCA70E is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 167 | 14 | - |
| CMYK | 0 | 0.11 | 0.93 | 0.26 |
| HSL | 52.76º | 0.86% | 0.4% | - |
| HSV(B) | 52.76º | 0.93% | 0.74% | - |
| XYZ | 34.64 | 38.36 | 5.99 | - |
| YUV | 155.84 | 47.96 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 167 | 14 | 0 | 0.11 | 0.93 | 0.26 | 52.76 | 0.86 | 0.4 |
| Hex | BC | A7 | E | 0 | B | 5D | 1A | 35 | 56 | 28 |
| Octal | 274 | 247 | 16 | 0 | 13 | 135 | 32 | 65 | 126 | 50 |
| Binary | 10111100 | 10100111 | 1110 | 0 | 1011 | 1011101 | 11010 | 110101 | 1010110 | 101000 |
Color Harmonies of #BCA70E
Complementary color
Monochromatic Colors of #BCA70E
Black with #BCA70E
Text Example
Text Example
White with #BCA70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA70E; }
p { color: rgb(188,167,14); }
H1.HeaderClassName
{
color: #BCA70E;
}
.AnyTagClassName
{
color: #BCA70E;
}
</style>
background-color css
<style>
a { background-color: #BCA70E; }
a { background-color: rgb(188,167,14); }
div.DivClassName
{
background-color: #BCA70E;
}
.BgClassName
{
background-color: #BCA70E;
}
</style>
border-color css
<style>
span { border-color: #BCA70E; }
span { border-color: rgb(188,167,14); }
td.TdClassName
{
border-color: #BCA70E;
}
.TagClassName
{
border-color: #BCA70E;
}
</style>