Shades of Buddha Gold #BB9B04
Tints of Buddha Gold #BB9B04
RGB
CMYK
RGB Variations
Color information
#BB9B04 (or 0xBB9B04) is known color: Buddha Gold. HEX triplet: BB, 9B and 04. RGB value is (187,155,4). Sum of RGB (Red+Green+Blue) = 187+155+4=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9B04 is #4464FB. Grayscale: #939393. Windows color (decimal): -4482300 or 302011. OLE color: 302011.
HSL color Cylindrical-coordinate representation of color #BB9B04: hue angle of 49.51º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB9B04 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 155 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.27 |
| HSL | 49.51º | 0.96% | 0.37% | - |
| HSV(B) | 49.51º | 0.98% | 0.73% | - |
| XYZ | 32.24 | 34.02 | 4.98 | - |
| YUV | 147.35 | 47.1 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 4 | 0 | 0.17 | 0.98 | 0.27 | 49.51 | 0.96 | 0.37 |
| Hex | BB | 9B | 4 | 0 | 11 | 62 | 1B | 32 | 60 | 25 |
| Octal | 273 | 233 | 4 | 0 | 21 | 142 | 33 | 62 | 140 | 45 |
| Binary | 10111011 | 10011011 | 100 | 0 | 10001 | 1100010 | 11011 | 110010 | 1100000 | 100101 |
Color Harmonies of #BB9B04
Complementary color
Monochromatic Colors of #BB9B04
Black with #BB9B04
Text Example
Text Example
White with #BB9B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9B04; }
p { color: rgb(187,155,4); }
H1.HeaderClassName
{
color: #BB9B04;
}
.AnyTagClassName
{
color: #BB9B04;
}
</style>
background-color css
<style>
a { background-color: #BB9B04; }
a { background-color: rgb(187,155,4); }
div.DivClassName
{
background-color: #BB9B04;
}
.BgClassName
{
background-color: #BB9B04;
}
</style>
border-color css
<style>
span { border-color: #BB9B04; }
span { border-color: rgb(187,155,4); }
td.TdClassName
{
border-color: #BB9B04;
}
.TagClassName
{
border-color: #BB9B04;
}
</style>