Shades of Buddha Gold #BBA215
Tints of Buddha Gold #BBA215
RGB
CMYK
RGB Variations
Color information
#BBA215 (or 0xBBA215) is known color: Buddha Gold. HEX triplet: BB, A2 and 15. RGB value is (187,162,21). Sum of RGB (Red+Green+Blue) = 187+162+21=370 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.54% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA215 is #445DEA. Grayscale: #999999. Windows color (decimal): -4480491 or 1417915. OLE color: 1417915.
HSL color Cylindrical-coordinate representation of color #BBA215: hue angle of 50.96º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBA215 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 21 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.27 |
| HSL | 50.96º | 0.8% | 0.41% | - |
| HSV(B) | 50.96º | 0.89% | 0.73% | - |
| XYZ | 33.55 | 36.46 | 5.98 | - |
| YUV | 153.4 | 53.28 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 21 | 0 | 0.13 | 0.89 | 0.27 | 50.96 | 0.8 | 0.41 |
| Hex | BB | A2 | 15 | 0 | D | 59 | 1B | 33 | 50 | 29 |
| Octal | 273 | 242 | 25 | 0 | 15 | 131 | 33 | 63 | 120 | 51 |
| Binary | 10111011 | 10100010 | 10101 | 0 | 1101 | 1011001 | 11011 | 110011 | 1010000 | 101001 |
Color Harmonies of #BBA215
Complementary color
Monochromatic Colors of #BBA215
Black with #BBA215
Text Example
Text Example
White with #BBA215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA215; }
p { color: rgb(187,162,21); }
H1.HeaderClassName
{
color: #BBA215;
}
.AnyTagClassName
{
color: #BBA215;
}
</style>
background-color css
<style>
a { background-color: #BBA215; }
a { background-color: rgb(187,162,21); }
div.DivClassName
{
background-color: #BBA215;
}
.BgClassName
{
background-color: #BBA215;
}
</style>
border-color css
<style>
span { border-color: #BBA215; }
span { border-color: rgb(187,162,21); }
td.TdClassName
{
border-color: #BBA215;
}
.TagClassName
{
border-color: #BBA215;
}
</style>