Shades of Buddha Gold #BF9C0E
Tints of Buddha Gold #BF9C0E
RGB
CMYK
RGB Variations
Color information
#BF9C0E (or 0xBF9C0E) is known color: Buddha Gold. HEX triplet: BF, 9C and 0E. RGB value is (191,156,14). Sum of RGB (Red+Green+Blue) = 191+156+14=361 (47% of max value = 765). Red value is 191 (75% from 255 or 52.91% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9C0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9C0E is #4063F1. Grayscale: #969696. Windows color (decimal): -4219890 or 957631. OLE color: 957631.
HSL color Cylindrical-coordinate representation of color #BF9C0E: hue angle of 48.14º 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 #BF9C0E is Cyan = 0, Magento = 0.18, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 156 | 14 | - |
| CMYK | 0 | 0.18 | 0.93 | 0.25 |
| HSL | 48.14º | 0.86% | 0.4% | - |
| HSV(B) | 48.14º | 0.93% | 0.75% | - |
| XYZ | 33.45 | 34.89 | 5.39 | - |
| YUV | 150.28 | 51.1 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 156 | 14 | 0 | 0.18 | 0.93 | 0.25 | 48.14 | 0.86 | 0.4 |
| Hex | BF | 9C | E | 0 | 12 | 5D | 19 | 30 | 56 | 28 |
| Octal | 277 | 234 | 16 | 0 | 22 | 135 | 31 | 60 | 126 | 50 |
| Binary | 10111111 | 10011100 | 1110 | 0 | 10010 | 1011101 | 11001 | 110000 | 1010110 | 101000 |
Color Harmonies of #BF9C0E
Complementary color
Monochromatic Colors of #BF9C0E
Black with #BF9C0E
Text Example
Text Example
White with #BF9C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9C0E; }
p { color: rgb(191,156,14); }
H1.HeaderClassName
{
color: #BF9C0E;
}
.AnyTagClassName
{
color: #BF9C0E;
}
</style>
background-color css
<style>
a { background-color: #BF9C0E; }
a { background-color: rgb(191,156,14); }
div.DivClassName
{
background-color: #BF9C0E;
}
.BgClassName
{
background-color: #BF9C0E;
}
</style>
border-color css
<style>
span { border-color: #BF9C0E; }
span { border-color: rgb(191,156,14); }
td.TdClassName
{
border-color: #BF9C0E;
}
.TagClassName
{
border-color: #BF9C0E;
}
</style>