Shades of Buddha Gold #BBA019
Tints of Buddha Gold #BBA019
RGB
CMYK
RGB Variations
Color information
#BBA019 (or 0xBBA019) is known color: Buddha Gold. HEX triplet: BB, A0 and 19. RGB value is (187,160,25). Sum of RGB (Red+Green+Blue) = 187+160+25=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 160 (62.89% from 255 or 43.01% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA019 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA019 is #445FE6. Grayscale: #999999. Windows color (decimal): -4480999 or 1679547. OLE color: 1679547.
HSL color Cylindrical-coordinate representation of color #BBA019: hue angle of 50º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBA019 is Cyan = 0, Magento = 0.14, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 25 | - |
| CMYK | 0 | 0.14 | 0.87 | 0.27 |
| HSL | 50º | 0.76% | 0.42% | - |
| HSV(B) | 50º | 0.87% | 0.73% | - |
| XYZ | 33.24 | 35.78 | 6.07 | - |
| YUV | 152.68 | 55.95 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 25 | 0 | 0.14 | 0.87 | 0.27 | 50 | 0.76 | 0.42 |
| Hex | BB | A0 | 19 | 0 | E | 57 | 1B | 32 | 4C | 2A |
| Octal | 273 | 240 | 31 | 0 | 16 | 127 | 33 | 62 | 114 | 52 |
| Binary | 10111011 | 10100000 | 11001 | 0 | 1110 | 1010111 | 11011 | 110010 | 1001100 | 101010 |
Color Harmonies of #BBA019
Complementary color
Monochromatic Colors of #BBA019
Black with #BBA019
Text Example
Text Example
White with #BBA019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA019; }
p { color: rgb(187,160,25); }
H1.HeaderClassName
{
color: #BBA019;
}
.AnyTagClassName
{
color: #BBA019;
}
</style>
background-color css
<style>
a { background-color: #BBA019; }
a { background-color: rgb(187,160,25); }
div.DivClassName
{
background-color: #BBA019;
}
.BgClassName
{
background-color: #BBA019;
}
</style>
border-color css
<style>
span { border-color: #BBA019; }
span { border-color: rgb(187,160,25); }
td.TdClassName
{
border-color: #BBA019;
}
.TagClassName
{
border-color: #BBA019;
}
</style>