Shades of Buddha Gold #BB9815
Tints of Buddha Gold #BB9815
RGB
CMYK
RGB Variations
Color information
#BB9815 (or 0xBB9815) is known color: Buddha Gold. HEX triplet: BB, 98 and 15. RGB value is (187,152,21). Sum of RGB (Red+Green+Blue) = 187+152+21=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 21 (8.59% from 255 or 5.83% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9815 is #4467EA. Grayscale: #949494. Windows color (decimal): -4483051 or 1415355. OLE color: 1415355.
HSL color Cylindrical-coordinate representation of color #BB9815: hue angle of 47.35º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB9815 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 152 | 21 | - |
| CMYK | 0 | 0.19 | 0.89 | 0.27 |
| HSL | 47.35º | 0.8% | 0.41% | - |
| HSV(B) | 47.35º | 0.89% | 0.73% | - |
| XYZ | 31.86 | 33.08 | 5.41 | - |
| YUV | 147.53 | 56.6 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 152 | 21 | 0 | 0.19 | 0.89 | 0.27 | 47.35 | 0.8 | 0.41 |
| Hex | BB | 98 | 15 | 0 | 13 | 59 | 1B | 2F | 50 | 29 |
| Octal | 273 | 230 | 25 | 0 | 23 | 131 | 33 | 57 | 120 | 51 |
| Binary | 10111011 | 10011000 | 10101 | 0 | 10011 | 1011001 | 11011 | 101111 | 1010000 | 101001 |
Color Harmonies of #BB9815
Complementary color
Monochromatic Colors of #BB9815
Black with #BB9815
Text Example
Text Example
White with #BB9815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9815; }
p { color: rgb(187,152,21); }
H1.HeaderClassName
{
color: #BB9815;
}
.AnyTagClassName
{
color: #BB9815;
}
</style>
background-color css
<style>
a { background-color: #BB9815; }
a { background-color: rgb(187,152,21); }
div.DivClassName
{
background-color: #BB9815;
}
.BgClassName
{
background-color: #BB9815;
}
</style>
border-color css
<style>
span { border-color: #BB9815; }
span { border-color: rgb(187,152,21); }
td.TdClassName
{
border-color: #BB9815;
}
.TagClassName
{
border-color: #BB9815;
}
</style>