Shades of Buddha Gold #BBA11B
Tints of Buddha Gold #BBA11B
RGB
CMYK
RGB Variations
Color information
#BBA11B (or 0xBBA11B) is known color: Buddha Gold. HEX triplet: BB, A1 and 1B. RGB value is (187,161,27). Sum of RGB (Red+Green+Blue) = 187+161+27=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 161 (63.28% from 255 or 42.93% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA11B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA11B is #445EE4. Grayscale: #9A9A9A. Windows color (decimal): -4480741 or 1810875. OLE color: 1810875.
HSL color Cylindrical-coordinate representation of color #BBA11B: hue angle of 50.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BBA11B is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 161 | 27 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.27 |
| HSL | 50.25º | 0.75% | 0.42% | - |
| HSV(B) | 50.25º | 0.86% | 0.73% | - |
| XYZ | 33.44 | 36.13 | 6.25 | - |
| YUV | 153.5 | 56.61 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 161 | 27 | 0 | 0.14 | 0.86 | 0.27 | 50.25 | 0.75 | 0.42 |
| Hex | BB | A1 | 1B | 0 | E | 56 | 1B | 32 | 4B | 2A |
| Octal | 273 | 241 | 33 | 0 | 16 | 126 | 33 | 62 | 113 | 52 |
| Binary | 10111011 | 10100001 | 11011 | 0 | 1110 | 1010110 | 11011 | 110010 | 1001011 | 101010 |
Color Harmonies of #BBA11B
Complementary color
Monochromatic Colors of #BBA11B
Black with #BBA11B
Text Example
Text Example
White with #BBA11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA11B; }
p { color: rgb(187,161,27); }
H1.HeaderClassName
{
color: #BBA11B;
}
.AnyTagClassName
{
color: #BBA11B;
}
</style>
background-color css
<style>
a { background-color: #BBA11B; }
a { background-color: rgb(187,161,27); }
div.DivClassName
{
background-color: #BBA11B;
}
.BgClassName
{
background-color: #BBA11B;
}
</style>
border-color css
<style>
span { border-color: #BBA11B; }
span { border-color: rgb(187,161,27); }
td.TdClassName
{
border-color: #BBA11B;
}
.TagClassName
{
border-color: #BBA11B;
}
</style>