Shades of Buddha Gold #BB9813
Tints of Buddha Gold #BB9813
RGB
CMYK
RGB Variations
Color information
#BB9813 (or 0xBB9813) is known color: Buddha Gold. HEX triplet: BB, 98 and 13. RGB value is (187,152,19). Sum of RGB (Red+Green+Blue) = 187+152+19=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9813 is #4467EC. Grayscale: #939393. Windows color (decimal): -4483053 or 1284283. OLE color: 1284283.
HSL color Cylindrical-coordinate representation of color #BB9813: hue angle of 47.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB9813 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 19 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.27 |
| HSL | 47.5º | 0.82% | 0.4% | - |
| HSV(B) | 47.5º | 0.9% | 0.73% | - |
| XYZ | 31.84 | 33.07 | 5.32 | - |
| YUV | 147.3 | 55.6 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 19 | 0 | 0.19 | 0.90 | 0.27 | 47.5 | 0.82 | 0.4 |
| Hex | BB | 98 | 13 | 0 | 13 | 5A | 1B | 30 | 52 | 28 |
| Octal | 273 | 230 | 23 | 0 | 23 | 132 | 33 | 60 | 122 | 50 |
| Binary | 10111011 | 10011000 | 10011 | 0 | 10011 | 1011010 | 11011 | 110000 | 1010010 | 101000 |
Color Harmonies of #BB9813
Complementary color
Monochromatic Colors of #BB9813
Black with #BB9813
Text Example
Text Example
White with #BB9813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9813; }
p { color: rgb(187,152,19); }
H1.HeaderClassName
{
color: #BB9813;
}
.AnyTagClassName
{
color: #BB9813;
}
</style>
background-color css
<style>
a { background-color: #BB9813; }
a { background-color: rgb(187,152,19); }
div.DivClassName
{
background-color: #BB9813;
}
.BgClassName
{
background-color: #BB9813;
}
</style>
border-color css
<style>
span { border-color: #BB9813; }
span { border-color: rgb(187,152,19); }
td.TdClassName
{
border-color: #BB9813;
}
.TagClassName
{
border-color: #BB9813;
}
</style>