Shades of Buddha Gold #BCA20E
Tints of Buddha Gold #BCA20E
RGB
CMYK
RGB Variations
Color information
#BCA20E (or 0xBCA20E) is known color: Buddha Gold. HEX triplet: BC, A2 and 0E. RGB value is (188,162,14). Sum of RGB (Red+Green+Blue) = 188+162+14=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 162 (63.67% from 255 or 44.51% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA20E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA20E is #435DF1. Grayscale: #999999. Windows color (decimal): -4414962 or 959164. OLE color: 959164.
HSL color Cylindrical-coordinate representation of color #BCA20E: hue angle of 51.03º 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 #BCA20E is Cyan = 0, Magento = 0.14, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 162 | 14 | - |
| CMYK | 0 | 0.14 | 0.93 | 0.26 |
| HSL | 51.03º | 0.86% | 0.4% | - |
| HSV(B) | 51.03º | 0.93% | 0.74% | - |
| XYZ | 33.74 | 36.56 | 5.69 | - |
| YUV | 152.9 | 49.61 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 162 | 14 | 0 | 0.14 | 0.93 | 0.26 | 51.03 | 0.86 | 0.4 |
| Hex | BC | A2 | E | 0 | E | 5D | 1A | 33 | 56 | 28 |
| Octal | 274 | 242 | 16 | 0 | 16 | 135 | 32 | 63 | 126 | 50 |
| Binary | 10111100 | 10100010 | 1110 | 0 | 1110 | 1011101 | 11010 | 110011 | 1010110 | 101000 |
Color Harmonies of #BCA20E
Complementary color
Monochromatic Colors of #BCA20E
Black with #BCA20E
Text Example
Text Example
White with #BCA20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA20E; }
p { color: rgb(188,162,14); }
H1.HeaderClassName
{
color: #BCA20E;
}
.AnyTagClassName
{
color: #BCA20E;
}
</style>
background-color css
<style>
a { background-color: #BCA20E; }
a { background-color: rgb(188,162,14); }
div.DivClassName
{
background-color: #BCA20E;
}
.BgClassName
{
background-color: #BCA20E;
}
</style>
border-color css
<style>
span { border-color: #BCA20E; }
span { border-color: rgb(188,162,14); }
td.TdClassName
{
border-color: #BCA20E;
}
.TagClassName
{
border-color: #BCA20E;
}
</style>