Shades of Buddha Gold #BBA50B
Tints of Buddha Gold #BBA50B
RGB
CMYK
RGB Variations
Color information
#BBA50B (or 0xBBA50B) is known color: Buddha Gold. HEX triplet: BB, A5 and 0B. RGB value is (187,165,11). Sum of RGB (Red+Green+Blue) = 187+165+11=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 165 (64.84% from 255 or 45.45% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA50B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA50B is #445AF4. Grayscale: #9A9A9A. Windows color (decimal): -4479733 or 763323. OLE color: 763323.
HSL color Cylindrical-coordinate representation of color #BBA50B: hue angle of 52.5º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBA50B is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 165 | 11 | - |
| CMYK | 0 | 0.12 | 0.94 | 0.27 |
| HSL | 52.5º | 0.89% | 0.39% | - |
| HSV(B) | 52.5º | 0.94% | 0.73% | - |
| XYZ | 34.01 | 37.5 | 5.76 | - |
| YUV | 154.02 | 47.29 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 165 | 11 | 0 | 0.12 | 0.94 | 0.27 | 52.5 | 0.89 | 0.39 |
| Hex | BB | A5 | B | 0 | C | 5E | 1B | 34 | 59 | 27 |
| Octal | 273 | 245 | 13 | 0 | 14 | 136 | 33 | 64 | 131 | 47 |
| Binary | 10111011 | 10100101 | 1011 | 0 | 1100 | 1011110 | 11011 | 110100 | 1011001 | 100111 |
Color Harmonies of #BBA50B
Complementary color
Monochromatic Colors of #BBA50B
Black with #BBA50B
Text Example
Text Example
White with #BBA50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA50B; }
p { color: rgb(187,165,11); }
H1.HeaderClassName
{
color: #BBA50B;
}
.AnyTagClassName
{
color: #BBA50B;
}
</style>
background-color css
<style>
a { background-color: #BBA50B; }
a { background-color: rgb(187,165,11); }
div.DivClassName
{
background-color: #BBA50B;
}
.BgClassName
{
background-color: #BBA50B;
}
</style>
border-color css
<style>
span { border-color: #BBA50B; }
span { border-color: rgb(187,165,11); }
td.TdClassName
{
border-color: #BBA50B;
}
.TagClassName
{
border-color: #BBA50B;
}
</style>