Shades of Buddha Gold #BBA013
Tints of Buddha Gold #BBA013
RGB
CMYK
RGB Variations
Color information
#BBA013 (or 0xBBA013) is known color: Buddha Gold. HEX triplet: BB, A0 and 13. RGB value is (187,160,19). Sum of RGB (Red+Green+Blue) = 187+160+19=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 160 (62.89% from 255 or 43.72% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA013 is #445FEC. Grayscale: #989898. Windows color (decimal): -4481005 or 1286331. OLE color: 1286331.
HSL color Cylindrical-coordinate representation of color #BBA013: hue angle of 50.36º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBA013 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 19 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.27 |
| HSL | 50.36º | 0.82% | 0.4% | - |
| HSV(B) | 50.36º | 0.9% | 0.73% | - |
| XYZ | 33.18 | 35.75 | 5.77 | - |
| YUV | 152 | 52.95 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 19 | 0 | 0.14 | 0.90 | 0.27 | 50.36 | 0.82 | 0.4 |
| Hex | BB | A0 | 13 | 0 | E | 5A | 1B | 32 | 52 | 28 |
| Octal | 273 | 240 | 23 | 0 | 16 | 132 | 33 | 62 | 122 | 50 |
| Binary | 10111011 | 10100000 | 10011 | 0 | 1110 | 1011010 | 11011 | 110010 | 1010010 | 101000 |
Color Harmonies of #BBA013
Complementary color
Monochromatic Colors of #BBA013
Black with #BBA013
Text Example
Text Example
White with #BBA013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA013; }
p { color: rgb(187,160,19); }
H1.HeaderClassName
{
color: #BBA013;
}
.AnyTagClassName
{
color: #BBA013;
}
</style>
background-color css
<style>
a { background-color: #BBA013; }
a { background-color: rgb(187,160,19); }
div.DivClassName
{
background-color: #BBA013;
}
.BgClassName
{
background-color: #BBA013;
}
</style>
border-color css
<style>
span { border-color: #BBA013; }
span { border-color: rgb(187,160,19); }
td.TdClassName
{
border-color: #BBA013;
}
.TagClassName
{
border-color: #BBA013;
}
</style>