Shades of Buddha Gold #BB9912
Tints of Buddha Gold #BB9912
RGB
CMYK
RGB Variations
Color information
#BB9912 (or 0xBB9912) is known color: Buddha Gold. HEX triplet: BB, 99 and 12. RGB value is (187,153,18). Sum of RGB (Red+Green+Blue) = 187+153+18=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 18 (7.42% from 255 or 5.03% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9912 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9912 is #4466ED. Grayscale: #949494. Windows color (decimal): -4482798 or 1219003. OLE color: 1219003.
HSL color Cylindrical-coordinate representation of color #BB9912: hue angle of 47.93º 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 #BB9912 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 153 | 18 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.27 |
| HSL | 47.93º | 0.82% | 0.4% | - |
| HSV(B) | 47.93º | 0.9% | 0.73% | - |
| XYZ | 31.99 | 33.39 | 5.33 | - |
| YUV | 147.78 | 54.76 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 153 | 18 | 0 | 0.18 | 0.90 | 0.27 | 47.93 | 0.82 | 0.4 |
| Hex | BB | 99 | 12 | 0 | 12 | 5A | 1B | 30 | 52 | 28 |
| Octal | 273 | 231 | 22 | 0 | 22 | 132 | 33 | 60 | 122 | 50 |
| Binary | 10111011 | 10011001 | 10010 | 0 | 10010 | 1011010 | 11011 | 110000 | 1010010 | 101000 |
Color Harmonies of #BB9912
Complementary color
Monochromatic Colors of #BB9912
Black with #BB9912
Text Example
Text Example
White with #BB9912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9912; }
p { color: rgb(187,153,18); }
H1.HeaderClassName
{
color: #BB9912;
}
.AnyTagClassName
{
color: #BB9912;
}
</style>
background-color css
<style>
a { background-color: #BB9912; }
a { background-color: rgb(187,153,18); }
div.DivClassName
{
background-color: #BB9912;
}
.BgClassName
{
background-color: #BB9912;
}
</style>
border-color css
<style>
span { border-color: #BB9912; }
span { border-color: rgb(187,153,18); }
td.TdClassName
{
border-color: #BB9912;
}
.TagClassName
{
border-color: #BB9912;
}
</style>