Shades of Buddha Gold #BF980E
Tints of Buddha Gold #BF980E
RGB
CMYK
RGB Variations
Color information
#BF980E (or 0xBF980E) is known color: Buddha Gold. HEX triplet: BF, 98 and 0E. RGB value is (191,152,14). Sum of RGB (Red+Green+Blue) = 191+152+14=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 14 (5.86% from 255 or 3.92% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF980E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF980E is #4067F1. Grayscale: #949494. Windows color (decimal): -4220914 or 956607. OLE color: 956607.
HSL color Cylindrical-coordinate representation of color #BF980E: hue angle of 46.78º 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 #BF980E is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 152 | 14 | - |
| CMYK | 0 | 0.20 | 0.93 | 0.25 |
| HSL | 46.78º | 0.86% | 0.4% | - |
| HSV(B) | 46.78º | 0.93% | 0.75% | - |
| XYZ | 32.79 | 33.56 | 5.17 | - |
| YUV | 147.93 | 52.42 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 152 | 14 | 0 | 0.20 | 0.93 | 0.25 | 46.78 | 0.86 | 0.4 |
| Hex | BF | 98 | E | 0 | 14 | 5D | 19 | 2F | 56 | 28 |
| Octal | 277 | 230 | 16 | 0 | 24 | 135 | 31 | 57 | 126 | 50 |
| Binary | 10111111 | 10011000 | 1110 | 0 | 10100 | 1011101 | 11001 | 101111 | 1010110 | 101000 |
Color Harmonies of #BF980E
Complementary color
Monochromatic Colors of #BF980E
Black with #BF980E
Text Example
Text Example
White with #BF980E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF980E; }
p { color: rgb(191,152,14); }
H1.HeaderClassName
{
color: #BF980E;
}
.AnyTagClassName
{
color: #BF980E;
}
</style>
background-color css
<style>
a { background-color: #BF980E; }
a { background-color: rgb(191,152,14); }
div.DivClassName
{
background-color: #BF980E;
}
.BgClassName
{
background-color: #BF980E;
}
</style>
border-color css
<style>
span { border-color: #BF980E; }
span { border-color: rgb(191,152,14); }
td.TdClassName
{
border-color: #BF980E;
}
.TagClassName
{
border-color: #BF980E;
}
</style>