Shades of Buddha Gold #BB9E03
Tints of Buddha Gold #BB9E03
RGB
CMYK
RGB Variations
Color information
#BB9E03 (or 0xBB9E03) is known color: Buddha Gold. HEX triplet: BB, 9E and 03. RGB value is (187,158,3). Sum of RGB (Red+Green+Blue) = 187+158+3=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 3 (1.56% from 255 or 0.86% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9E03 is #4461FC. Grayscale: #959595. Windows color (decimal): -4481533 or 237243. OLE color: 237243.
HSL color Cylindrical-coordinate representation of color #BB9E03: hue angle of 50.54º degrees, saturation: 0.97, 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 #BB9E03 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 158 | 3 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.27 |
| HSL | 50.54º | 0.97% | 0.37% | - |
| HSV(B) | 50.54º | 0.98% | 0.73% | - |
| XYZ | 32.74 | 35.03 | 5.12 | - |
| YUV | 149 | 45.61 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 158 | 3 | 0 | 0.16 | 0.98 | 0.27 | 50.54 | 0.97 | 0.37 |
| Hex | BB | 9E | 3 | 0 | 10 | 62 | 1B | 33 | 61 | 25 |
| Octal | 273 | 236 | 3 | 0 | 20 | 142 | 33 | 63 | 141 | 45 |
| Binary | 10111011 | 10011110 | 11 | 0 | 10000 | 1100010 | 11011 | 110011 | 1100001 | 100101 |
Color Harmonies of #BB9E03
Complementary color
Monochromatic Colors of #BB9E03
Black with #BB9E03
Text Example
Text Example
White with #BB9E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9E03; }
p { color: rgb(187,158,3); }
H1.HeaderClassName
{
color: #BB9E03;
}
.AnyTagClassName
{
color: #BB9E03;
}
</style>
background-color css
<style>
a { background-color: #BB9E03; }
a { background-color: rgb(187,158,3); }
div.DivClassName
{
background-color: #BB9E03;
}
.BgClassName
{
background-color: #BB9E03;
}
</style>
border-color css
<style>
span { border-color: #BB9E03; }
span { border-color: rgb(187,158,3); }
td.TdClassName
{
border-color: #BB9E03;
}
.TagClassName
{
border-color: #BB9E03;
}
</style>