Shades of Buddha Gold #BF9E00
Tints of Buddha Gold #BF9E00
RGB
CMYK
RGB Variations
Color information
#BF9E00 (or 0xBF9E00) is known color: Buddha Gold. HEX triplet: BF, 9E and 00. RGB value is (191,158,0). Sum of RGB (Red+Green+Blue) = 191+158+0=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 158 (62.11% from 255 or 45.27% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9E00 is #4061FF. Grayscale: #969696. Windows color (decimal): -4219392 or 40639. OLE color: 40639.
HSL color Cylindrical-coordinate representation of color #BF9E00: hue angle of 49.63º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF9E00 is Cyan = 0, Magento = 0.17, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 158 | 0 | - |
| CMYK | 0 | 0.17 | 1 | 0.25 |
| HSL | 49.63º | 1% | 0.37% | - |
| HSV(B) | 49.63º | 1% | 0.75% | - |
| XYZ | 33.71 | 35.53 | 5.08 | - |
| YUV | 149.86 | 43.43 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 158 | 0 | 0 | 0.17 | 1 | 0.25 | 49.63 | 1 | 0.37 |
| Hex | BF | 9E | 0 | 0 | 11 | 64 | 19 | 32 | 64 | 25 |
| Octal | 277 | 236 | 0 | 0 | 21 | 144 | 31 | 62 | 144 | 45 |
| Binary | 10111111 | 10011110 | 0 | 0 | 10001 | 1100100 | 11001 | 110010 | 1100100 | 100101 |
Color Harmonies of #BF9E00
Complementary color
Monochromatic Colors of #BF9E00
Black with #BF9E00
Text Example
Text Example
White with #BF9E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9E00; }
p { color: rgb(191,158,0); }
H1.HeaderClassName
{
color: #BF9E00;
}
.AnyTagClassName
{
color: #BF9E00;
}
</style>
background-color css
<style>
a { background-color: #BF9E00; }
a { background-color: rgb(191,158,0); }
div.DivClassName
{
background-color: #BF9E00;
}
.BgClassName
{
background-color: #BF9E00;
}
</style>
border-color css
<style>
span { border-color: #BF9E00; }
span { border-color: rgb(191,158,0); }
td.TdClassName
{
border-color: #BF9E00;
}
.TagClassName
{
border-color: #BF9E00;
}
</style>