Shades of Buddha Gold #BCA00E
Tints of Buddha Gold #BCA00E
RGB
CMYK
RGB Variations
Color information
#BCA00E (or 0xBCA00E) is known color: Buddha Gold. HEX triplet: BC, A0 and 0E. RGB value is (188,160,14). Sum of RGB (Red+Green+Blue) = 188+160+14=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA00E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA00E is #435FF1. Grayscale: #989898. Windows color (decimal): -4415474 or 958652. OLE color: 958652.
HSL color Cylindrical-coordinate representation of color #BCA00E: hue angle of 50.34º 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 #BCA00E is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 160 | 14 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.26 |
| HSL | 50.34º | 0.86% | 0.4% | - |
| HSV(B) | 50.34º | 0.93% | 0.74% | - |
| XYZ | 33.39 | 35.86 | 5.58 | - |
| YUV | 151.73 | 50.28 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 160 | 14 | 0 | 0.15 | 0.93 | 0.26 | 50.34 | 0.86 | 0.4 |
| Hex | BC | A0 | E | 0 | F | 5D | 1A | 32 | 56 | 28 |
| Octal | 274 | 240 | 16 | 0 | 17 | 135 | 32 | 62 | 126 | 50 |
| Binary | 10111100 | 10100000 | 1110 | 0 | 1111 | 1011101 | 11010 | 110010 | 1010110 | 101000 |
Color Harmonies of #BCA00E
Complementary color
Monochromatic Colors of #BCA00E
Black with #BCA00E
Text Example
Text Example
White with #BCA00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA00E; }
p { color: rgb(188,160,14); }
H1.HeaderClassName
{
color: #BCA00E;
}
.AnyTagClassName
{
color: #BCA00E;
}
</style>
background-color css
<style>
a { background-color: #BCA00E; }
a { background-color: rgb(188,160,14); }
div.DivClassName
{
background-color: #BCA00E;
}
.BgClassName
{
background-color: #BCA00E;
}
</style>
border-color css
<style>
span { border-color: #BCA00E; }
span { border-color: rgb(188,160,14); }
td.TdClassName
{
border-color: #BCA00E;
}
.TagClassName
{
border-color: #BCA00E;
}
</style>