Shades of Buddha Gold #BBA009
Tints of Buddha Gold #BBA009
RGB
CMYK
RGB Variations
Color information
#BBA009 (or 0xBBA009) is known color: Buddha Gold. HEX triplet: BB, A0 and 09. RGB value is (187,160,9). Sum of RGB (Red+Green+Blue) = 187+160+9=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 9 (3.91% from 255 or 2.53% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA009 is #445FF6. Grayscale: #979797. Windows color (decimal): -4481015 or 630971. OLE color: 630971.
HSL color Cylindrical-coordinate representation of color #BBA009: hue angle of 50.9º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBA009 is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 9 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.27 |
| HSL | 50.9º | 0.91% | 0.38% | - |
| HSV(B) | 50.9º | 0.95% | 0.73% | - |
| XYZ | 33.11 | 35.73 | 5.41 | - |
| YUV | 150.86 | 47.95 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 9 | 0 | 0.14 | 0.95 | 0.27 | 50.9 | 0.91 | 0.38 |
| Hex | BB | A0 | 9 | 0 | E | 5F | 1B | 33 | 5B | 26 |
| Octal | 273 | 240 | 11 | 0 | 16 | 137 | 33 | 63 | 133 | 46 |
| Binary | 10111011 | 10100000 | 1001 | 0 | 1110 | 1011111 | 11011 | 110011 | 1011011 | 100110 |
Color Harmonies of #BBA009
Complementary color
Monochromatic Colors of #BBA009
Black with #BBA009
Text Example
Text Example
White with #BBA009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA009; }
p { color: rgb(187,160,9); }
H1.HeaderClassName
{
color: #BBA009;
}
.AnyTagClassName
{
color: #BBA009;
}
</style>
background-color css
<style>
a { background-color: #BBA009; }
a { background-color: rgb(187,160,9); }
div.DivClassName
{
background-color: #BBA009;
}
.BgClassName
{
background-color: #BBA009;
}
</style>
border-color css
<style>
span { border-color: #BBA009; }
span { border-color: rgb(187,160,9); }
td.TdClassName
{
border-color: #BBA009;
}
.TagClassName
{
border-color: #BBA009;
}
</style>