Shades of Buddha Gold #BB9E19
Tints of Buddha Gold #BB9E19
RGB
CMYK
RGB Variations
Color information
#BB9E19 (or 0xBB9E19) is known color: Buddha Gold. HEX triplet: BB, 9E and 19. RGB value is (187,158,25). Sum of RGB (Red+Green+Blue) = 187+158+25=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 158 (62.11% from 255 or 42.70% from 370); Blue value is 25 (10.16% from 255 or 6.76% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9E19 is #4461E6. Grayscale: #989898. Windows color (decimal): -4481511 or 1679035. OLE color: 1679035.
HSL color Cylindrical-coordinate representation of color #BB9E19: hue angle of 49.26º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB9E19 is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 158 | 25 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.27 |
| HSL | 49.26º | 0.76% | 0.42% | - |
| HSV(B) | 49.26º | 0.87% | 0.73% | - |
| XYZ | 32.9 | 35.09 | 5.96 | - |
| YUV | 151.51 | 56.61 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 25 | 0 | 0.16 | 0.87 | 0.27 | 49.26 | 0.76 | 0.42 |
| Hex | BB | 9E | 19 | 0 | 10 | 57 | 1B | 31 | 4C | 2A |
| Octal | 273 | 236 | 31 | 0 | 20 | 127 | 33 | 61 | 114 | 52 |
| Binary | 10111011 | 10011110 | 11001 | 0 | 10000 | 1010111 | 11011 | 110001 | 1001100 | 101010 |
Color Harmonies of #BB9E19
Complementary color
Monochromatic Colors of #BB9E19
Black with #BB9E19
Text Example
Text Example
White with #BB9E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9E19; }
p { color: rgb(187,158,25); }
H1.HeaderClassName
{
color: #BB9E19;
}
.AnyTagClassName
{
color: #BB9E19;
}
</style>
background-color css
<style>
a { background-color: #BB9E19; }
a { background-color: rgb(187,158,25); }
div.DivClassName
{
background-color: #BB9E19;
}
.BgClassName
{
background-color: #BB9E19;
}
</style>
border-color css
<style>
span { border-color: #BB9E19; }
span { border-color: rgb(187,158,25); }
td.TdClassName
{
border-color: #BB9E19;
}
.TagClassName
{
border-color: #BB9E19;
}
</style>