Shades of Buddha Gold #BBA002
Tints of Buddha Gold #BBA002
RGB
CMYK
RGB Variations
Color information
#BBA002 (or 0xBBA002) is known color: Buddha Gold. HEX triplet: BB, A0 and 02. RGB value is (187,160,2). Sum of RGB (Red+Green+Blue) = 187+160+2=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 160 (62.89% from 255 or 45.85% from 349); Blue value is 2 (1.17% from 255 or 0.57% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA002 is #445FFD. Grayscale: #969696. Windows color (decimal): -4481022 or 172219. OLE color: 172219.
HSL color Cylindrical-coordinate representation of color #BBA002: hue angle of 51.24º 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 #BBA002 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.27 |
| HSL | 51.24º | 0.98% | 0.37% | - |
| HSV(B) | 51.24º | 0.99% | 0.73% | - |
| XYZ | 33.08 | 35.71 | 5.21 | - |
| YUV | 150.06 | 44.45 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 2 | 0 | 0.14 | 0.99 | 0.27 | 51.24 | 0.98 | 0.37 |
| Hex | BB | A0 | 2 | 0 | E | 63 | 1B | 33 | 62 | 25 |
| Octal | 273 | 240 | 2 | 0 | 16 | 143 | 33 | 63 | 142 | 45 |
| Binary | 10111011 | 10100000 | 10 | 0 | 1110 | 1100011 | 11011 | 110011 | 1100010 | 100101 |
Color Harmonies of #BBA002
Complementary color
Monochromatic Colors of #BBA002
Black with #BBA002
Text Example
Text Example
White with #BBA002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA002; }
p { color: rgb(187,160,2); }
H1.HeaderClassName
{
color: #BBA002;
}
.AnyTagClassName
{
color: #BBA002;
}
</style>
background-color css
<style>
a { background-color: #BBA002; }
a { background-color: rgb(187,160,2); }
div.DivClassName
{
background-color: #BBA002;
}
.BgClassName
{
background-color: #BBA002;
}
</style>
border-color css
<style>
span { border-color: #BBA002; }
span { border-color: rgb(187,160,2); }
td.TdClassName
{
border-color: #BBA002;
}
.TagClassName
{
border-color: #BBA002;
}
</style>