Shades of Buddha Gold #BBA014
Tints of Buddha Gold #BBA014
RGB
CMYK
RGB Variations
Color information
#BBA014 (or 0xBBA014) is known color: Buddha Gold. HEX triplet: BB, A0 and 14. RGB value is (187,160,20). Sum of RGB (Red+Green+Blue) = 187+160+20=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA014 is #445FEB. Grayscale: #989898. Windows color (decimal): -4481004 or 1351867. OLE color: 1351867.
HSL color Cylindrical-coordinate representation of color #BBA014: hue angle of 50.3º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBA014 is Cyan = 0, Magento = 0.14, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 160 | 20 | - |
| CMYK | 0 | 0.14 | 0.89 | 0.27 |
| HSL | 50.3º | 0.81% | 0.41% | - |
| HSV(B) | 50.3º | 0.89% | 0.73% | - |
| XYZ | 33.19 | 35.76 | 5.81 | - |
| YUV | 152.11 | 53.45 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 160 | 20 | 0 | 0.14 | 0.89 | 0.27 | 50.3 | 0.81 | 0.41 |
| Hex | BB | A0 | 14 | 0 | E | 59 | 1B | 32 | 51 | 29 |
| Octal | 273 | 240 | 24 | 0 | 16 | 131 | 33 | 62 | 121 | 51 |
| Binary | 10111011 | 10100000 | 10100 | 0 | 1110 | 1011001 | 11011 | 110010 | 1010001 | 101001 |
Color Harmonies of #BBA014
Complementary color
Monochromatic Colors of #BBA014
Black with #BBA014
Text Example
Text Example
White with #BBA014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA014; }
p { color: rgb(187,160,20); }
H1.HeaderClassName
{
color: #BBA014;
}
.AnyTagClassName
{
color: #BBA014;
}
</style>
background-color css
<style>
a { background-color: #BBA014; }
a { background-color: rgb(187,160,20); }
div.DivClassName
{
background-color: #BBA014;
}
.BgClassName
{
background-color: #BBA014;
}
</style>
border-color css
<style>
span { border-color: #BBA014; }
span { border-color: rgb(187,160,20); }
td.TdClassName
{
border-color: #BBA014;
}
.TagClassName
{
border-color: #BBA014;
}
</style>