Shades of Buddha Gold #BF9F20
Tints of Buddha Gold #BF9F20
RGB
CMYK
RGB Variations
Color information
#BF9F20 (or 0xBF9F20) is known color: Buddha Gold. HEX triplet: BF, 9F and 20. RGB value is (191,159,32). Sum of RGB (Red+Green+Blue) = 191+159+32=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 32 (12.89% from 255 or 8.38% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9F20 is #4060DF. Grayscale: #9A9A9A. Windows color (decimal): -4219104 or 2138047. OLE color: 2138047.
HSL color Cylindrical-coordinate representation of color #BF9F20: hue angle of 47.92º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF9F20 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 159 | 32 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.25 |
| HSL | 47.92º | 0.71% | 0.44% | - |
| HSV(B) | 47.92º | 0.83% | 0.75% | - |
| XYZ | 34.14 | 35.98 | 6.51 | - |
| YUV | 154.09 | 59.1 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 159 | 32 | 0 | 0.17 | 0.83 | 0.25 | 47.92 | 0.71 | 0.44 |
| Hex | BF | 9F | 20 | 0 | 11 | 53 | 19 | 30 | 47 | 2C |
| Octal | 277 | 237 | 40 | 0 | 21 | 123 | 31 | 60 | 107 | 54 |
| Binary | 10111111 | 10011111 | 100000 | 0 | 10001 | 1010011 | 11001 | 110000 | 1000111 | 101100 |
Color Harmonies of #BF9F20
Complementary color
Monochromatic Colors of #BF9F20
Black with #BF9F20
Text Example
Text Example
White with #BF9F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9F20; }
p { color: rgb(191,159,32); }
H1.HeaderClassName
{
color: #BF9F20;
}
.AnyTagClassName
{
color: #BF9F20;
}
</style>
background-color css
<style>
a { background-color: #BF9F20; }
a { background-color: rgb(191,159,32); }
div.DivClassName
{
background-color: #BF9F20;
}
.BgClassName
{
background-color: #BF9F20;
}
</style>
border-color css
<style>
span { border-color: #BF9F20; }
span { border-color: rgb(191,159,32); }
td.TdClassName
{
border-color: #BF9F20;
}
.TagClassName
{
border-color: #BF9F20;
}
</style>