Shades of Buddha Gold #BB9511
Tints of Buddha Gold #BB9511
RGB
CMYK
RGB Variations
Color information
#BB9511 (or 0xBB9511) is known color: Buddha Gold. HEX triplet: BB, 95 and 11. RGB value is (187,149,17). Sum of RGB (Red+Green+Blue) = 187+149+17=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9511 is #446AEE. Grayscale: #919191. Windows color (decimal): -4483823 or 1152443. OLE color: 1152443.
HSL color Cylindrical-coordinate representation of color #BB9511: hue angle of 46.59º 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 #BB9511 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 149 | 17 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.27 |
| HSL | 46.59º | 0.83% | 0.4% | - |
| HSV(B) | 46.59º | 0.91% | 0.73% | - |
| XYZ | 31.34 | 32.1 | 5.07 | - |
| YUV | 145.31 | 55.59 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 17 | 0 | 0.20 | 0.91 | 0.27 | 46.59 | 0.83 | 0.4 |
| Hex | BB | 95 | 11 | 0 | 14 | 5B | 1B | 2F | 53 | 28 |
| Octal | 273 | 225 | 21 | 0 | 24 | 133 | 33 | 57 | 123 | 50 |
| Binary | 10111011 | 10010101 | 10001 | 0 | 10100 | 1011011 | 11011 | 101111 | 1010011 | 101000 |
Color Harmonies of #BB9511
Complementary color
Monochromatic Colors of #BB9511
Black with #BB9511
Text Example
Text Example
White with #BB9511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9511; }
p { color: rgb(187,149,17); }
H1.HeaderClassName
{
color: #BB9511;
}
.AnyTagClassName
{
color: #BB9511;
}
</style>
background-color css
<style>
a { background-color: #BB9511; }
a { background-color: rgb(187,149,17); }
div.DivClassName
{
background-color: #BB9511;
}
.BgClassName
{
background-color: #BB9511;
}
</style>
border-color css
<style>
span { border-color: #BB9511; }
span { border-color: rgb(187,149,17); }
td.TdClassName
{
border-color: #BB9511;
}
.TagClassName
{
border-color: #BB9511;
}
</style>