Shades of Buddha Gold #BF940E
Tints of Buddha Gold #BF940E
RGB
CMYK
RGB Variations
Color information
#BF940E (or 0xBF940E) is known color: Buddha Gold. HEX triplet: BF, 94 and 0E. RGB value is (191,148,14). Sum of RGB (Red+Green+Blue) = 191+148+14=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 14 (5.86% from 255 or 3.97% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF940E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF940E is #406BF1. Grayscale: #929292. Windows color (decimal): -4221938 or 955583. OLE color: 955583.
HSL color Cylindrical-coordinate representation of color #BF940E: hue angle of 45.42º 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 #BF940E is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 148 | 14 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.25 |
| HSL | 45.42º | 0.86% | 0.4% | - |
| HSV(B) | 45.42º | 0.93% | 0.75% | - |
| XYZ | 32.16 | 32.29 | 4.95 | - |
| YUV | 145.58 | 53.75 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 148 | 14 | 0 | 0.23 | 0.93 | 0.25 | 45.42 | 0.86 | 0.4 |
| Hex | BF | 94 | E | 0 | 17 | 5D | 19 | 2D | 56 | 28 |
| Octal | 277 | 224 | 16 | 0 | 27 | 135 | 31 | 55 | 126 | 50 |
| Binary | 10111111 | 10010100 | 1110 | 0 | 10111 | 1011101 | 11001 | 101101 | 1010110 | 101000 |
Color Harmonies of #BF940E
Complementary color
Monochromatic Colors of #BF940E
Black with #BF940E
Text Example
Text Example
White with #BF940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF940E; }
p { color: rgb(191,148,14); }
H1.HeaderClassName
{
color: #BF940E;
}
.AnyTagClassName
{
color: #BF940E;
}
</style>
background-color css
<style>
a { background-color: #BF940E; }
a { background-color: rgb(191,148,14); }
div.DivClassName
{
background-color: #BF940E;
}
.BgClassName
{
background-color: #BF940E;
}
</style>
border-color css
<style>
span { border-color: #BF940E; }
span { border-color: rgb(191,148,14); }
td.TdClassName
{
border-color: #BF940E;
}
.TagClassName
{
border-color: #BF940E;
}
</style>