Shades of Buddha Gold #BF9B0B
Tints of Buddha Gold #BF9B0B
RGB
CMYK
RGB Variations
Color information
#BF9B0B (or 0xBF9B0B) is known color: Buddha Gold. HEX triplet: BF, 9B and 0B. RGB value is (191,155,11). Sum of RGB (Red+Green+Blue) = 191+155+11=357 (47% of max value = 765). Red value is 191 (75% from 255 or 53.50% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9B0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9B0B is #4064F4. Grayscale: #959595. Windows color (decimal): -4220149 or 760767. OLE color: 760767.
HSL color Cylindrical-coordinate representation of color #BF9B0B: hue angle of 48º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF9B0B is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 155 | 11 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.25 |
| HSL | 48º | 0.89% | 0.4% | - |
| HSV(B) | 48º | 0.94% | 0.75% | - |
| XYZ | 33.27 | 34.54 | 5.23 | - |
| YUV | 149.35 | 49.93 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 155 | 11 | 0 | 0.19 | 0.94 | 0.25 | 48 | 0.89 | 0.4 |
| Hex | BF | 9B | B | 0 | 13 | 5E | 19 | 30 | 59 | 28 |
| Octal | 277 | 233 | 13 | 0 | 23 | 136 | 31 | 60 | 131 | 50 |
| Binary | 10111111 | 10011011 | 1011 | 0 | 10011 | 1011110 | 11001 | 110000 | 1011001 | 101000 |
Color Harmonies of #BF9B0B
Complementary color
Monochromatic Colors of #BF9B0B
Black with #BF9B0B
Text Example
Text Example
White with #BF9B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF9B0B; }
p { color: rgb(191,155,11); }
H1.HeaderClassName
{
color: #BF9B0B;
}
.AnyTagClassName
{
color: #BF9B0B;
}
</style>
background-color css
<style>
a { background-color: #BF9B0B; }
a { background-color: rgb(191,155,11); }
div.DivClassName
{
background-color: #BF9B0B;
}
.BgClassName
{
background-color: #BF9B0B;
}
</style>
border-color css
<style>
span { border-color: #BF9B0B; }
span { border-color: rgb(191,155,11); }
td.TdClassName
{
border-color: #BF9B0B;
}
.TagClassName
{
border-color: #BF9B0B;
}
</style>