Shades of Buddha Gold #BC9E16
Tints of Buddha Gold #BC9E16
RGB
CMYK
RGB Variations
Color information
#BC9E16 (or 0xBC9E16) is known color: Buddha Gold. HEX triplet: BC, 9E and 16. RGB value is (188,158,22). Sum of RGB (Red+Green+Blue) = 188+158+22=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 158 (62.11% from 255 or 42.93% from 368); Blue value is 22 (8.98% from 255 or 5.98% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9E16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9E16 is #4361E9. Grayscale: #989898. Windows color (decimal): -4415978 or 1482428. OLE color: 1482428.
HSL color Cylindrical-coordinate representation of color #BC9E16: hue angle of 49.16º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC9E16 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 158 | 22 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.26 |
| HSL | 49.16º | 0.79% | 0.41% | - |
| HSV(B) | 49.16º | 0.88% | 0.74% | - |
| XYZ | 33.11 | 35.2 | 5.81 | - |
| YUV | 151.47 | 54.94 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 158 | 22 | 0 | 0.16 | 0.88 | 0.26 | 49.16 | 0.79 | 0.41 |
| Hex | BC | 9E | 16 | 0 | 10 | 58 | 1A | 31 | 4F | 29 |
| Octal | 274 | 236 | 26 | 0 | 20 | 130 | 32 | 61 | 117 | 51 |
| Binary | 10111100 | 10011110 | 10110 | 0 | 10000 | 1011000 | 11010 | 110001 | 1001111 | 101001 |
Color Harmonies of #BC9E16
Complementary color
Monochromatic Colors of #BC9E16
Black with #BC9E16
Text Example
Text Example
White with #BC9E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9E16; }
p { color: rgb(188,158,22); }
H1.HeaderClassName
{
color: #BC9E16;
}
.AnyTagClassName
{
color: #BC9E16;
}
</style>
background-color css
<style>
a { background-color: #BC9E16; }
a { background-color: rgb(188,158,22); }
div.DivClassName
{
background-color: #BC9E16;
}
.BgClassName
{
background-color: #BC9E16;
}
</style>
border-color css
<style>
span { border-color: #BC9E16; }
span { border-color: rgb(188,158,22); }
td.TdClassName
{
border-color: #BC9E16;
}
.TagClassName
{
border-color: #BC9E16;
}
</style>