Shades of Buddha Gold #BC9F16
Tints of Buddha Gold #BC9F16
RGB
CMYK
RGB Variations
Color information
#BC9F16 (or 0xBC9F16) is known color: Buddha Gold. HEX triplet: BC, 9F and 16. RGB value is (188,159,22). Sum of RGB (Red+Green+Blue) = 188+159+22=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9F16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BC9F16 is #4360E9. Grayscale: #989898. Windows color (decimal): -4415722 or 1482684. OLE color: 1482684.
HSL color Cylindrical-coordinate representation of color #BC9F16: hue angle of 49.52º 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 #BC9F16 is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 159 | 22 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.26 |
| HSL | 49.52º | 0.79% | 0.41% | - |
| HSV(B) | 49.52º | 0.88% | 0.74% | - |
| XYZ | 33.28 | 35.55 | 5.87 | - |
| YUV | 152.05 | 54.61 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 159 | 22 | 0 | 0.15 | 0.88 | 0.26 | 49.52 | 0.79 | 0.41 |
| Hex | BC | 9F | 16 | 0 | F | 58 | 1A | 32 | 4F | 29 |
| Octal | 274 | 237 | 26 | 0 | 17 | 130 | 32 | 62 | 117 | 51 |
| Binary | 10111100 | 10011111 | 10110 | 0 | 1111 | 1011000 | 11010 | 110010 | 1001111 | 101001 |
Color Harmonies of #BC9F16
Complementary color
Monochromatic Colors of #BC9F16
Black with #BC9F16
Text Example
Text Example
White with #BC9F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC9F16; }
p { color: rgb(188,159,22); }
H1.HeaderClassName
{
color: #BC9F16;
}
.AnyTagClassName
{
color: #BC9F16;
}
</style>
background-color css
<style>
a { background-color: #BC9F16; }
a { background-color: rgb(188,159,22); }
div.DivClassName
{
background-color: #BC9F16;
}
.BgClassName
{
background-color: #BC9F16;
}
</style>
border-color css
<style>
span { border-color: #BC9F16; }
span { border-color: rgb(188,159,22); }
td.TdClassName
{
border-color: #BC9F16;
}
.TagClassName
{
border-color: #BC9F16;
}
</style>