Shades of Buddha Gold #BF990B
Tints of Buddha Gold #BF990B
RGB
CMYK
RGB Variations
Color information
#BF990B (or 0xBF990B) is known color: Buddha Gold. HEX triplet: BF, 99 and 0B. RGB value is (191,153,11). Sum of RGB (Red+Green+Blue) = 191+153+11=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 11 (4.69% from 255 or 3.10% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF990B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF990B is #4066F4. Grayscale: #949494. Windows color (decimal): -4220661 or 760255. OLE color: 760255.
HSL color Cylindrical-coordinate representation of color #BF990B: hue angle of 47.33º 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 #BF990B is Cyan = 0, Magento = 0.20, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 153 | 11 | - |
| CMYK | 0 | 0.20 | 0.94 | 0.25 |
| HSL | 47.33º | 0.89% | 0.4% | - |
| HSV(B) | 47.33º | 0.94% | 0.75% | - |
| XYZ | 32.94 | 33.88 | 5.12 | - |
| YUV | 148.17 | 50.59 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 153 | 11 | 0 | 0.20 | 0.94 | 0.25 | 47.33 | 0.89 | 0.4 |
| Hex | BF | 99 | B | 0 | 14 | 5E | 19 | 2F | 59 | 28 |
| Octal | 277 | 231 | 13 | 0 | 24 | 136 | 31 | 57 | 131 | 50 |
| Binary | 10111111 | 10011001 | 1011 | 0 | 10100 | 1011110 | 11001 | 101111 | 1011001 | 101000 |
Color Harmonies of #BF990B
Complementary color
Monochromatic Colors of #BF990B
Black with #BF990B
Text Example
Text Example
White with #BF990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF990B; }
p { color: rgb(191,153,11); }
H1.HeaderClassName
{
color: #BF990B;
}
.AnyTagClassName
{
color: #BF990B;
}
</style>
background-color css
<style>
a { background-color: #BF990B; }
a { background-color: rgb(191,153,11); }
div.DivClassName
{
background-color: #BF990B;
}
.BgClassName
{
background-color: #BF990B;
}
</style>
border-color css
<style>
span { border-color: #BF990B; }
span { border-color: rgb(191,153,11); }
td.TdClassName
{
border-color: #BF990B;
}
.TagClassName
{
border-color: #BF990B;
}
</style>