Shades of Buddha Gold #BF9F0F
Tints of Buddha Gold #BF9F0F
RGB
CMYK
RGB Variations
Color information
#BF9F0F (or 0xBF9F0F) is known color: Buddha Gold. HEX triplet: BF, 9F and 0F. RGB value is (191,159,15). Sum of RGB (Red+Green+Blue) = 191+159+15=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9F0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9F0F is #4060F0. Grayscale: #989898. Windows color (decimal): -4219121 or 1023935. OLE color: 1023935.
HSL color Cylindrical-coordinate representation of color #BF9F0F: hue angle of 49.09º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF9F0F is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 159 | 15 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.25 |
| HSL | 49.09º | 0.85% | 0.4% | - |
| HSV(B) | 49.09º | 0.92% | 0.75% | - |
| XYZ | 33.97 | 35.91 | 5.59 | - |
| YUV | 152.15 | 50.6 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 159 | 15 | 0 | 0.17 | 0.92 | 0.25 | 49.09 | 0.85 | 0.4 |
| Hex | BF | 9F | F | 0 | 11 | 5C | 19 | 31 | 55 | 28 |
| Octal | 277 | 237 | 17 | 0 | 21 | 134 | 31 | 61 | 125 | 50 |
| Binary | 10111111 | 10011111 | 1111 | 0 | 10001 | 1011100 | 11001 | 110001 | 1010101 | 101000 |
Color Harmonies of #BF9F0F
Complementary color
Monochromatic Colors of #BF9F0F
Black with #BF9F0F
Text Example
Text Example
White with #BF9F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9F0F; }
p { color: rgb(191,159,15); }
H1.HeaderClassName
{
color: #BF9F0F;
}
.AnyTagClassName
{
color: #BF9F0F;
}
</style>
background-color css
<style>
a { background-color: #BF9F0F; }
a { background-color: rgb(191,159,15); }
div.DivClassName
{
background-color: #BF9F0F;
}
.BgClassName
{
background-color: #BF9F0F;
}
</style>
border-color css
<style>
span { border-color: #BF9F0F; }
span { border-color: rgb(191,159,15); }
td.TdClassName
{
border-color: #BF9F0F;
}
.TagClassName
{
border-color: #BF9F0F;
}
</style>