Shades of Buddha Gold #BBA10B
Tints of Buddha Gold #BBA10B
RGB
CMYK
RGB Variations
Color information
#BBA10B (or 0xBBA10B) is known color: Buddha Gold. HEX triplet: BB, A1 and 0B. RGB value is (187,161,11). Sum of RGB (Red+Green+Blue) = 187+161+11=359 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.09% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 11 (4.69% from 255 or 3.06% from 359); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA10B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA10B is #445EF4. Grayscale: #989898. Windows color (decimal): -4480757 or 762299. OLE color: 762299.
HSL color Cylindrical-coordinate representation of color #BBA10B: hue angle of 51.14º 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 #BBA10B is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 11 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.27 |
| HSL | 51.14º | 0.89% | 0.39% | - |
| HSV(B) | 51.14º | 0.94% | 0.73% | - |
| XYZ | 33.3 | 36.08 | 5.53 | - |
| YUV | 151.67 | 48.61 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 11 | 0 | 0.14 | 0.94 | 0.27 | 51.14 | 0.89 | 0.39 |
| Hex | BB | A1 | B | 0 | E | 5E | 1B | 33 | 59 | 27 |
| Octal | 273 | 241 | 13 | 0 | 16 | 136 | 33 | 63 | 131 | 47 |
| Binary | 10111011 | 10100001 | 1011 | 0 | 1110 | 1011110 | 11011 | 110011 | 1011001 | 100111 |
Color Harmonies of #BBA10B
Complementary color
Monochromatic Colors of #BBA10B
Black with #BBA10B
Text Example
Text Example
White with #BBA10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA10B; }
p { color: rgb(187,161,11); }
H1.HeaderClassName
{
color: #BBA10B;
}
.AnyTagClassName
{
color: #BBA10B;
}
</style>
background-color css
<style>
a { background-color: #BBA10B; }
a { background-color: rgb(187,161,11); }
div.DivClassName
{
background-color: #BBA10B;
}
.BgClassName
{
background-color: #BBA10B;
}
</style>
border-color css
<style>
span { border-color: #BBA10B; }
span { border-color: rgb(187,161,11); }
td.TdClassName
{
border-color: #BBA10B;
}
.TagClassName
{
border-color: #BBA10B;
}
</style>