Shades of Buddha Gold #BF9F0E
Tints of Buddha Gold #BF9F0E
RGB
CMYK
RGB Variations
Color information
#BF9F0E (or 0xBF9F0E) is known color: Buddha Gold. HEX triplet: BF, 9F and 0E. RGB value is (191,159,14). Sum of RGB (Red+Green+Blue) = 191+159+14=364 (48% of max value = 765). Red value is 191 (75% from 255 or 52.47% from 364); Green value is 159 (62.5% from 255 or 43.68% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9F0E is #4060F1. Grayscale: #989898. Windows color (decimal): -4219122 or 958399. OLE color: 958399.
HSL color Cylindrical-coordinate representation of color #BF9F0E: hue angle of 49.15º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF9F0E is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 159 | 14 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.25 |
| HSL | 49.15º | 0.86% | 0.4% | - |
| HSV(B) | 49.15º | 0.93% | 0.75% | - |
| XYZ | 33.96 | 35.9 | 5.56 | - |
| YUV | 152.04 | 50.1 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 159 | 14 | 0 | 0.17 | 0.93 | 0.25 | 49.15 | 0.86 | 0.4 |
| Hex | BF | 9F | E | 0 | 11 | 5D | 19 | 31 | 56 | 28 |
| Octal | 277 | 237 | 16 | 0 | 21 | 135 | 31 | 61 | 126 | 50 |
| Binary | 10111111 | 10011111 | 1110 | 0 | 10001 | 1011101 | 11001 | 110001 | 1010110 | 101000 |
Color Harmonies of #BF9F0E
Complementary color
Monochromatic Colors of #BF9F0E
Black with #BF9F0E
Text Example
Text Example
White with #BF9F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9F0E; }
p { color: rgb(191,159,14); }
H1.HeaderClassName
{
color: #BF9F0E;
}
.AnyTagClassName
{
color: #BF9F0E;
}
</style>
background-color css
<style>
a { background-color: #BF9F0E; }
a { background-color: rgb(191,159,14); }
div.DivClassName
{
background-color: #BF9F0E;
}
.BgClassName
{
background-color: #BF9F0E;
}
</style>
border-color css
<style>
span { border-color: #BF9F0E; }
span { border-color: rgb(191,159,14); }
td.TdClassName
{
border-color: #BF9F0E;
}
.TagClassName
{
border-color: #BF9F0E;
}
</style>