Shades of Buddha Gold #BBA402
Tints of Buddha Gold #BBA402
RGB
CMYK
RGB Variations
Color information
#BBA402 (or 0xBBA402) is known color: Buddha Gold. HEX triplet: BB, A4 and 02. RGB value is (187,164,2). Sum of RGB (Red+Green+Blue) = 187+164+2=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA402 is #445BFD. Grayscale: #999999. Windows color (decimal): -4479998 or 173243. OLE color: 173243.
HSL color Cylindrical-coordinate representation of color #BBA402: hue angle of 52.54º 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 #BBA402 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 2 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.27 |
| HSL | 52.54º | 0.98% | 0.37% | - |
| HSV(B) | 52.54º | 0.99% | 0.73% | - |
| XYZ | 33.78 | 37.12 | 5.44 | - |
| YUV | 152.41 | 43.12 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 2 | 0 | 0.12 | 0.99 | 0.27 | 52.54 | 0.98 | 0.37 |
| Hex | BB | A4 | 2 | 0 | C | 63 | 1B | 35 | 62 | 25 |
| Octal | 273 | 244 | 2 | 0 | 14 | 143 | 33 | 65 | 142 | 45 |
| Binary | 10111011 | 10100100 | 10 | 0 | 1100 | 1100011 | 11011 | 110101 | 1100010 | 100101 |
Color Harmonies of #BBA402
Complementary color
Monochromatic Colors of #BBA402
Black with #BBA402
Text Example
Text Example
White with #BBA402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA402; }
p { color: rgb(187,164,2); }
H1.HeaderClassName
{
color: #BBA402;
}
.AnyTagClassName
{
color: #BBA402;
}
</style>
background-color css
<style>
a { background-color: #BBA402; }
a { background-color: rgb(187,164,2); }
div.DivClassName
{
background-color: #BBA402;
}
.BgClassName
{
background-color: #BBA402;
}
</style>
border-color css
<style>
span { border-color: #BBA402; }
span { border-color: rgb(187,164,2); }
td.TdClassName
{
border-color: #BBA402;
}
.TagClassName
{
border-color: #BBA402;
}
</style>