Shades of Buddha Gold #BB9A04
Tints of Buddha Gold #BB9A04
RGB
CMYK
RGB Variations
Color information
#BB9A04 (or 0xBB9A04) is known color: Buddha Gold. HEX triplet: BB, 9A and 04. RGB value is (187,154,4). Sum of RGB (Red+Green+Blue) = 187+154+4=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9A04 is #4465FB. Grayscale: #939393. Windows color (decimal): -4482556 or 301755. OLE color: 301755.
HSL color Cylindrical-coordinate representation of color #BB9A04: hue angle of 49.18º 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 #BB9A04 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 154 | 4 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.27 |
| HSL | 49.18º | 0.96% | 0.37% | - |
| HSV(B) | 49.18º | 0.98% | 0.73% | - |
| XYZ | 32.07 | 33.68 | 4.93 | - |
| YUV | 146.77 | 47.43 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 154 | 4 | 0 | 0.18 | 0.98 | 0.27 | 49.18 | 0.96 | 0.37 |
| Hex | BB | 9A | 4 | 0 | 12 | 62 | 1B | 31 | 60 | 25 |
| Octal | 273 | 232 | 4 | 0 | 22 | 142 | 33 | 61 | 140 | 45 |
| Binary | 10111011 | 10011010 | 100 | 0 | 10010 | 1100010 | 11011 | 110001 | 1100000 | 100101 |
Color Harmonies of #BB9A04
Complementary color
Monochromatic Colors of #BB9A04
Black with #BB9A04
Text Example
Text Example
White with #BB9A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9A04; }
p { color: rgb(187,154,4); }
H1.HeaderClassName
{
color: #BB9A04;
}
.AnyTagClassName
{
color: #BB9A04;
}
</style>
background-color css
<style>
a { background-color: #BB9A04; }
a { background-color: rgb(187,154,4); }
div.DivClassName
{
background-color: #BB9A04;
}
.BgClassName
{
background-color: #BB9A04;
}
</style>
border-color css
<style>
span { border-color: #BB9A04; }
span { border-color: rgb(187,154,4); }
td.TdClassName
{
border-color: #BB9A04;
}
.TagClassName
{
border-color: #BB9A04;
}
</style>