Shades of Buddha Gold #BF9F05
Tints of Buddha Gold #BF9F05
RGB
CMYK
RGB Variations
Color information
#BF9F05 (or 0xBF9F05) is known color: Buddha Gold. HEX triplet: BF, 9F and 05. RGB value is (191,159,5). Sum of RGB (Red+Green+Blue) = 191+159+5=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9F05 is #4060FA. Grayscale: #979797. Windows color (decimal): -4219131 or 368575. OLE color: 368575.
HSL color Cylindrical-coordinate representation of color #BF9F05: hue angle of 49.68º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF9F05 is Cyan = 0, Magento = 0.17, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 159 | 5 | - |
| CMYK | 0 | 0.17 | 0.97 | 0.25 |
| HSL | 49.68º | 0.95% | 0.38% | - |
| HSV(B) | 49.68º | 0.97% | 0.75% | - |
| XYZ | 33.91 | 35.88 | 5.28 | - |
| YUV | 151.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 159 | 5 | 0 | 0.17 | 0.97 | 0.25 | 49.68 | 0.95 | 0.38 |
| Hex | BF | 9F | 5 | 0 | 11 | 61 | 19 | 32 | 5F | 26 |
| Octal | 277 | 237 | 5 | 0 | 21 | 141 | 31 | 62 | 137 | 46 |
| Binary | 10111111 | 10011111 | 101 | 0 | 10001 | 1100001 | 11001 | 110010 | 1011111 | 100110 |
Color Harmonies of #BF9F05
Complementary color
Monochromatic Colors of #BF9F05
Black with #BF9F05
Text Example
Text Example
White with #BF9F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9F05; }
p { color: rgb(191,159,5); }
H1.HeaderClassName
{
color: #BF9F05;
}
.AnyTagClassName
{
color: #BF9F05;
}
</style>
background-color css
<style>
a { background-color: #BF9F05; }
a { background-color: rgb(191,159,5); }
div.DivClassName
{
background-color: #BF9F05;
}
.BgClassName
{
background-color: #BF9F05;
}
</style>
border-color css
<style>
span { border-color: #BF9F05; }
span { border-color: rgb(191,159,5); }
td.TdClassName
{
border-color: #BF9F05;
}
.TagClassName
{
border-color: #BF9F05;
}
</style>