Shades of Buddha Gold #BBA909
Tints of Buddha Gold #BBA909
RGB
CMYK
RGB Variations
Color information
#BBA909 (or 0xBBA909) is known color: Buddha Gold. HEX triplet: BB, A9 and 09. RGB value is (187,169,9). Sum of RGB (Red+Green+Blue) = 187+169+9=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 169 (66.41% from 255 or 46.30% from 365); Blue value is 9 (3.91% from 255 or 2.47% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA909 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA909 is #4456F6. Grayscale: #9C9C9C. Windows color (decimal): -4478711 or 633275. OLE color: 633275.
HSL color Cylindrical-coordinate representation of color #BBA909: hue angle of 53.93º 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 #BBA909 is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 9 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.27 |
| HSL | 53.93º | 0.91% | 0.38% | - |
| HSV(B) | 53.93º | 0.95% | 0.73% | - |
| XYZ | 34.73 | 38.96 | 5.95 | - |
| YUV | 156.14 | 44.96 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 9 | 0 | 0.10 | 0.95 | 0.27 | 53.93 | 0.91 | 0.38 |
| Hex | BB | A9 | 9 | 0 | A | 5F | 1B | 36 | 5B | 26 |
| Octal | 273 | 251 | 11 | 0 | 12 | 137 | 33 | 66 | 133 | 46 |
| Binary | 10111011 | 10101001 | 1001 | 0 | 1010 | 1011111 | 11011 | 110110 | 1011011 | 100110 |
Color Harmonies of #BBA909
Complementary color
Monochromatic Colors of #BBA909
Black with #BBA909
Text Example
Text Example
White with #BBA909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA909; }
p { color: rgb(187,169,9); }
H1.HeaderClassName
{
color: #BBA909;
}
.AnyTagClassName
{
color: #BBA909;
}
</style>
background-color css
<style>
a { background-color: #BBA909; }
a { background-color: rgb(187,169,9); }
div.DivClassName
{
background-color: #BBA909;
}
.BgClassName
{
background-color: #BBA909;
}
</style>
border-color css
<style>
span { border-color: #BBA909; }
span { border-color: rgb(187,169,9); }
td.TdClassName
{
border-color: #BBA909;
}
.TagClassName
{
border-color: #BBA909;
}
</style>