Shades of Buddha Gold #BBA213
Tints of Buddha Gold #BBA213
RGB
CMYK
RGB Variations
Color information
#BBA213 (or 0xBBA213) is known color: Buddha Gold. HEX triplet: BB, A2 and 13. RGB value is (187,162,19). Sum of RGB (Red+Green+Blue) = 187+162+19=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 19 (7.81% from 255 or 5.16% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA213 is #445DEC. Grayscale: #999999. Windows color (decimal): -4480493 or 1286843. OLE color: 1286843.
HSL color Cylindrical-coordinate representation of color #BBA213: hue angle of 51.07º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBA213 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 19 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.27 |
| HSL | 51.07º | 0.82% | 0.4% | - |
| HSV(B) | 51.07º | 0.9% | 0.73% | - |
| XYZ | 33.53 | 36.45 | 5.88 | - |
| YUV | 153.17 | 52.28 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 19 | 0 | 0.13 | 0.90 | 0.27 | 51.07 | 0.82 | 0.4 |
| Hex | BB | A2 | 13 | 0 | D | 5A | 1B | 33 | 52 | 28 |
| Octal | 273 | 242 | 23 | 0 | 15 | 132 | 33 | 63 | 122 | 50 |
| Binary | 10111011 | 10100010 | 10011 | 0 | 1101 | 1011010 | 11011 | 110011 | 1010010 | 101000 |
Color Harmonies of #BBA213
Complementary color
Monochromatic Colors of #BBA213
Black with #BBA213
Text Example
Text Example
White with #BBA213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA213; }
p { color: rgb(187,162,19); }
H1.HeaderClassName
{
color: #BBA213;
}
.AnyTagClassName
{
color: #BBA213;
}
</style>
background-color css
<style>
a { background-color: #BBA213; }
a { background-color: rgb(187,162,19); }
div.DivClassName
{
background-color: #BBA213;
}
.BgClassName
{
background-color: #BBA213;
}
</style>
border-color css
<style>
span { border-color: #BBA213; }
span { border-color: rgb(187,162,19); }
td.TdClassName
{
border-color: #BBA213;
}
.TagClassName
{
border-color: #BBA213;
}
</style>