Shades of Buddha Gold #BBA202
Tints of Buddha Gold #BBA202
RGB
CMYK
RGB Variations
Color information
#BBA202 (or 0xBBA202) is known color: Buddha Gold. HEX triplet: BB, A2 and 02. RGB value is (187,162,2). Sum of RGB (Red+Green+Blue) = 187+162+2=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 162 (63.67% from 255 or 46.15% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA202 is #445DFD. Grayscale: #979797. Windows color (decimal): -4480510 or 172731. OLE color: 172731.
HSL color Cylindrical-coordinate representation of color #BBA202: hue angle of 51.89º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BBA202 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.27 |
| HSL | 51.89º | 0.98% | 0.37% | - |
| HSV(B) | 51.89º | 0.99% | 0.73% | - |
| XYZ | 33.42 | 36.41 | 5.32 | - |
| YUV | 151.24 | 43.78 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 2 | 0 | 0.13 | 0.99 | 0.27 | 51.89 | 0.98 | 0.37 |
| Hex | BB | A2 | 2 | 0 | D | 63 | 1B | 34 | 62 | 25 |
| Octal | 273 | 242 | 2 | 0 | 15 | 143 | 33 | 64 | 142 | 45 |
| Binary | 10111011 | 10100010 | 10 | 0 | 1101 | 1100011 | 11011 | 110100 | 1100010 | 100101 |
Color Harmonies of #BBA202
Complementary color
Monochromatic Colors of #BBA202
Black with #BBA202
Text Example
Text Example
White with #BBA202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA202; }
p { color: rgb(187,162,2); }
H1.HeaderClassName
{
color: #BBA202;
}
.AnyTagClassName
{
color: #BBA202;
}
</style>
background-color css
<style>
a { background-color: #BBA202; }
a { background-color: rgb(187,162,2); }
div.DivClassName
{
background-color: #BBA202;
}
.BgClassName
{
background-color: #BBA202;
}
</style>
border-color css
<style>
span { border-color: #BBA202; }
span { border-color: rgb(187,162,2); }
td.TdClassName
{
border-color: #BBA202;
}
.TagClassName
{
border-color: #BBA202;
}
</style>