Shades of Buddha Gold #BBA302
Tints of Buddha Gold #BBA302
RGB
CMYK
RGB Variations
Color information
#BBA302 (or 0xBBA302) is known color: Buddha Gold. HEX triplet: BB, A3 and 02. RGB value is (187,163,2). Sum of RGB (Red+Green+Blue) = 187+163+2=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA302 is #445CFD. Grayscale: #989898. Windows color (decimal): -4480254 or 172987. OLE color: 172987.
HSL color Cylindrical-coordinate representation of color #BBA302: hue angle of 52.22º 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 #BBA302 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 163 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.27 |
| HSL | 52.22º | 0.98% | 0.37% | - |
| HSV(B) | 52.22º | 0.99% | 0.73% | - |
| XYZ | 33.6 | 36.76 | 5.38 | - |
| YUV | 151.82 | 43.45 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 163 | 2 | 0 | 0.13 | 0.99 | 0.27 | 52.22 | 0.98 | 0.37 |
| Hex | BB | A3 | 2 | 0 | D | 63 | 1B | 34 | 62 | 25 |
| Octal | 273 | 243 | 2 | 0 | 15 | 143 | 33 | 64 | 142 | 45 |
| Binary | 10111011 | 10100011 | 10 | 0 | 1101 | 1100011 | 11011 | 110100 | 1100010 | 100101 |
Color Harmonies of #BBA302
Complementary color
Monochromatic Colors of #BBA302
Black with #BBA302
Text Example
Text Example
White with #BBA302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA302; }
p { color: rgb(187,163,2); }
H1.HeaderClassName
{
color: #BBA302;
}
.AnyTagClassName
{
color: #BBA302;
}
</style>
background-color css
<style>
a { background-color: #BBA302; }
a { background-color: rgb(187,163,2); }
div.DivClassName
{
background-color: #BBA302;
}
.BgClassName
{
background-color: #BBA302;
}
</style>
border-color css
<style>
span { border-color: #BBA302; }
span { border-color: rgb(187,163,2); }
td.TdClassName
{
border-color: #BBA302;
}
.TagClassName
{
border-color: #BBA302;
}
</style>