Shades of Buddha Gold #BB9E20
Tints of Buddha Gold #BB9E20
RGB
CMYK
RGB Variations
Color information
#BB9E20 (or 0xBB9E20) is known color: Buddha Gold. HEX triplet: BB, 9E and 20. RGB value is (187,158,32). Sum of RGB (Red+Green+Blue) = 187+158+32=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9E20 is #4461DF. Grayscale: #989898. Windows color (decimal): -4481504 or 2137787. OLE color: 2137787.
HSL color Cylindrical-coordinate representation of color #BB9E20: hue angle of 48.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB9E20 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 158 | 32 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.27 |
| HSL | 48.77º | 0.71% | 0.43% | - |
| HSV(B) | 48.77º | 0.83% | 0.73% | - |
| XYZ | 32.98 | 35.12 | 6.41 | - |
| YUV | 152.31 | 60.11 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 32 | 0 | 0.16 | 0.83 | 0.27 | 48.77 | 0.71 | 0.43 |
| Hex | BB | 9E | 20 | 0 | 10 | 53 | 1B | 31 | 47 | 2B |
| Octal | 273 | 236 | 40 | 0 | 20 | 123 | 33 | 61 | 107 | 53 |
| Binary | 10111011 | 10011110 | 100000 | 0 | 10000 | 1010011 | 11011 | 110001 | 1000111 | 101011 |
Color Harmonies of #BB9E20
Complementary color
Monochromatic Colors of #BB9E20
Black with #BB9E20
Text Example
Text Example
White with #BB9E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9E20; }
p { color: rgb(187,158,32); }
H1.HeaderClassName
{
color: #BB9E20;
}
.AnyTagClassName
{
color: #BB9E20;
}
</style>
background-color css
<style>
a { background-color: #BB9E20; }
a { background-color: rgb(187,158,32); }
div.DivClassName
{
background-color: #BB9E20;
}
.BgClassName
{
background-color: #BB9E20;
}
</style>
border-color css
<style>
span { border-color: #BB9E20; }
span { border-color: rgb(187,158,32); }
td.TdClassName
{
border-color: #BB9E20;
}
.TagClassName
{
border-color: #BB9E20;
}
</style>