Shades of Buddha Gold #BCA40E
Tints of Buddha Gold #BCA40E
RGB
CMYK
RGB Variations
Color information
#BCA40E (or 0xBCA40E) is known color: Buddha Gold. HEX triplet: BC, A4 and 0E. RGB value is (188,164,14). Sum of RGB (Red+Green+Blue) = 188+164+14=366 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.37% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA40E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BCA40E is #435BF1. Grayscale: #9A9A9A. Windows color (decimal): -4414450 or 959676. OLE color: 959676.
HSL color Cylindrical-coordinate representation of color #BCA40E: hue angle of 51.72º 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 #BCA40E is Cyan = 0, Magento = 0.13, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 164 | 14 | - |
| CMYK | 0 | 0.13 | 0.93 | 0.26 |
| HSL | 51.72º | 0.86% | 0.4% | - |
| HSV(B) | 51.72º | 0.93% | 0.74% | - |
| XYZ | 34.09 | 37.27 | 5.81 | - |
| YUV | 154.08 | 48.95 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 164 | 14 | 0 | 0.13 | 0.93 | 0.26 | 51.72 | 0.86 | 0.4 |
| Hex | BC | A4 | E | 0 | D | 5D | 1A | 34 | 56 | 28 |
| Octal | 274 | 244 | 16 | 0 | 15 | 135 | 32 | 64 | 126 | 50 |
| Binary | 10111100 | 10100100 | 1110 | 0 | 1101 | 1011101 | 11010 | 110100 | 1010110 | 101000 |
Color Harmonies of #BCA40E
Complementary color
Monochromatic Colors of #BCA40E
Black with #BCA40E
Text Example
Text Example
White with #BCA40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA40E; }
p { color: rgb(188,164,14); }
H1.HeaderClassName
{
color: #BCA40E;
}
.AnyTagClassName
{
color: #BCA40E;
}
</style>
background-color css
<style>
a { background-color: #BCA40E; }
a { background-color: rgb(188,164,14); }
div.DivClassName
{
background-color: #BCA40E;
}
.BgClassName
{
background-color: #BCA40E;
}
</style>
border-color css
<style>
span { border-color: #BCA40E; }
span { border-color: rgb(188,164,14); }
td.TdClassName
{
border-color: #BCA40E;
}
.TagClassName
{
border-color: #BCA40E;
}
</style>