Shades of Buddha Gold #BBA200
Tints of Buddha Gold #BBA200
RGB
CMYK
RGB Variations
Color information
#BBA200 (or 0xBBA200) is known color: Buddha Gold. HEX triplet: BB, A2 and 00. RGB value is (187,162,0). Sum of RGB (Red+Green+Blue) = 187+162+0=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA200 is #445DFF. Grayscale: #979797. Windows color (decimal): -4480512 or 41659. OLE color: 41659.
HSL color Cylindrical-coordinate representation of color #BBA200: hue angle of 51.98º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BBA200 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 162 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.27 |
| HSL | 51.98º | 1% | 0.37% | - |
| HSV(B) | 51.98º | 1% | 0.73% | - |
| XYZ | 33.41 | 36.41 | 5.27 | - |
| YUV | 151.01 | 42.78 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 162 | 0 | 0 | 0.13 | 1 | 0.27 | 51.98 | 1 | 0.37 |
| Hex | BB | A2 | 0 | 0 | D | 64 | 1B | 34 | 64 | 25 |
| Octal | 273 | 242 | 0 | 0 | 15 | 144 | 33 | 64 | 144 | 45 |
| Binary | 10111011 | 10100010 | 0 | 0 | 1101 | 1100100 | 11011 | 110100 | 1100100 | 100101 |
Color Harmonies of #BBA200
Complementary color
Monochromatic Colors of #BBA200
Black with #BBA200
Text Example
Text Example
White with #BBA200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA200; }
p { color: rgb(187,162,0); }
H1.HeaderClassName
{
color: #BBA200;
}
.AnyTagClassName
{
color: #BBA200;
}
</style>
background-color css
<style>
a { background-color: #BBA200; }
a { background-color: rgb(187,162,0); }
div.DivClassName
{
background-color: #BBA200;
}
.BgClassName
{
background-color: #BBA200;
}
</style>
border-color css
<style>
span { border-color: #BBA200; }
span { border-color: rgb(187,162,0); }
td.TdClassName
{
border-color: #BBA200;
}
.TagClassName
{
border-color: #BBA200;
}
</style>