Shades of Buddha Gold #BB9510
Tints of Buddha Gold #BB9510
RGB
CMYK
RGB Variations
Color information
#BB9510 (or 0xBB9510) is known color: Buddha Gold. HEX triplet: BB, 95 and 10. RGB value is (187,149,16). Sum of RGB (Red+Green+Blue) = 187+149+16=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9510 is #446AEF. Grayscale: #919191. Windows color (decimal): -4483824 or 1086907. OLE color: 1086907.
HSL color Cylindrical-coordinate representation of color #BB9510: hue angle of 46.67º degrees, saturation: 0.84, 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 #BB9510 is Cyan = 0, Magento = 0.20, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 149 | 16 | - |
| CMYK | 0 | 0.20 | 0.91 | 0.27 |
| HSL | 46.67º | 0.84% | 0.4% | - |
| HSV(B) | 46.67º | 0.91% | 0.73% | - |
| XYZ | 31.33 | 32.1 | 5.03 | - |
| YUV | 145.2 | 55.09 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 16 | 0 | 0.20 | 0.91 | 0.27 | 46.67 | 0.84 | 0.4 |
| Hex | BB | 95 | 10 | 0 | 14 | 5B | 1B | 2F | 54 | 28 |
| Octal | 273 | 225 | 20 | 0 | 24 | 133 | 33 | 57 | 124 | 50 |
| Binary | 10111011 | 10010101 | 10000 | 0 | 10100 | 1011011 | 11011 | 101111 | 1010100 | 101000 |
Color Harmonies of #BB9510
Complementary color
Monochromatic Colors of #BB9510
Black with #BB9510
Text Example
Text Example
White with #BB9510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9510; }
p { color: rgb(187,149,16); }
H1.HeaderClassName
{
color: #BB9510;
}
.AnyTagClassName
{
color: #BB9510;
}
</style>
background-color css
<style>
a { background-color: #BB9510; }
a { background-color: rgb(187,149,16); }
div.DivClassName
{
background-color: #BB9510;
}
.BgClassName
{
background-color: #BB9510;
}
</style>
border-color css
<style>
span { border-color: #BB9510; }
span { border-color: rgb(187,149,16); }
td.TdClassName
{
border-color: #BB9510;
}
.TagClassName
{
border-color: #BB9510;
}
</style>