Shades of Buddha Gold #BBA216
Tints of Buddha Gold #BBA216
RGB
CMYK
RGB Variations
Color information
#BBA216 (or 0xBBA216) is known color: Buddha Gold. HEX triplet: BB, A2 and 16. RGB value is (187,162,22). Sum of RGB (Red+Green+Blue) = 187+162+22=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA216 is #445DE9. Grayscale: #9A9A9A. Windows color (decimal): -4480490 or 1483451. OLE color: 1483451.
HSL color Cylindrical-coordinate representation of color #BBA216: hue angle of 50.91º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBA216 is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 22 | - |
| CMYK | 0 | 0.13 | 0.88 | 0.27 |
| HSL | 50.91º | 0.79% | 0.41% | - |
| HSV(B) | 50.91º | 0.88% | 0.73% | - |
| XYZ | 33.56 | 36.46 | 6.03 | - |
| YUV | 153.52 | 53.78 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 22 | 0 | 0.13 | 0.88 | 0.27 | 50.91 | 0.79 | 0.41 |
| Hex | BB | A2 | 16 | 0 | D | 58 | 1B | 33 | 4F | 29 |
| Octal | 273 | 242 | 26 | 0 | 15 | 130 | 33 | 63 | 117 | 51 |
| Binary | 10111011 | 10100010 | 10110 | 0 | 1101 | 1011000 | 11011 | 110011 | 1001111 | 101001 |
Color Harmonies of #BBA216
Complementary color
Monochromatic Colors of #BBA216
Black with #BBA216
Text Example
Text Example
White with #BBA216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA216; }
p { color: rgb(187,162,22); }
H1.HeaderClassName
{
color: #BBA216;
}
.AnyTagClassName
{
color: #BBA216;
}
</style>
background-color css
<style>
a { background-color: #BBA216; }
a { background-color: rgb(187,162,22); }
div.DivClassName
{
background-color: #BBA216;
}
.BgClassName
{
background-color: #BBA216;
}
</style>
border-color css
<style>
span { border-color: #BBA216; }
span { border-color: rgb(187,162,22); }
td.TdClassName
{
border-color: #BBA216;
}
.TagClassName
{
border-color: #BBA216;
}
</style>