Shades of Buddha Gold #BB9811
Tints of Buddha Gold #BB9811
RGB
CMYK
RGB Variations
Color information
#BB9811 (or 0xBB9811) is known color: Buddha Gold. HEX triplet: BB, 98 and 11. RGB value is (187,152,17). Sum of RGB (Red+Green+Blue) = 187+152+17=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9811 is #4467EE. Grayscale: #939393. Windows color (decimal): -4483055 or 1153211. OLE color: 1153211.
HSL color Cylindrical-coordinate representation of color #BB9811: hue angle of 47.65º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB9811 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 17 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.27 |
| HSL | 47.65º | 0.83% | 0.4% | - |
| HSV(B) | 47.65º | 0.91% | 0.73% | - |
| XYZ | 31.82 | 33.06 | 5.23 | - |
| YUV | 147.08 | 54.6 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 17 | 0 | 0.19 | 0.91 | 0.27 | 47.65 | 0.83 | 0.4 |
| Hex | BB | 98 | 11 | 0 | 13 | 5B | 1B | 30 | 53 | 28 |
| Octal | 273 | 230 | 21 | 0 | 23 | 133 | 33 | 60 | 123 | 50 |
| Binary | 10111011 | 10011000 | 10001 | 0 | 10011 | 1011011 | 11011 | 110000 | 1010011 | 101000 |
Color Harmonies of #BB9811
Complementary color
Monochromatic Colors of #BB9811
Black with #BB9811
Text Example
Text Example
White with #BB9811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9811; }
p { color: rgb(187,152,17); }
H1.HeaderClassName
{
color: #BB9811;
}
.AnyTagClassName
{
color: #BB9811;
}
</style>
background-color css
<style>
a { background-color: #BB9811; }
a { background-color: rgb(187,152,17); }
div.DivClassName
{
background-color: #BB9811;
}
.BgClassName
{
background-color: #BB9811;
}
</style>
border-color css
<style>
span { border-color: #BB9811; }
span { border-color: rgb(187,152,17); }
td.TdClassName
{
border-color: #BB9811;
}
.TagClassName
{
border-color: #BB9811;
}
</style>