Shades of Buddha Gold #BBA40E
Tints of Buddha Gold #BBA40E
RGB
CMYK
RGB Variations
Color information
#BBA40E (or 0xBBA40E) is known color: Buddha Gold. HEX triplet: BB, A4 and 0E. RGB value is (187,164,14). Sum of RGB (Red+Green+Blue) = 187+164+14=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA40E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA40E is #445BF1. Grayscale: #9A9A9A. Windows color (decimal): -4479986 or 959675. OLE color: 959675.
HSL color Cylindrical-coordinate representation of color #BBA40E: hue angle of 52.02º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BBA40E is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 164 | 14 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.27 |
| HSL | 52.02º | 0.86% | 0.39% | - |
| HSV(B) | 52.02º | 0.93% | 0.73% | - |
| XYZ | 33.85 | 37.15 | 5.8 | - |
| YUV | 153.78 | 49.12 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 164 | 14 | 0 | 0.12 | 0.93 | 0.27 | 52.02 | 0.86 | 0.39 |
| Hex | BB | A4 | E | 0 | C | 5D | 1B | 34 | 56 | 27 |
| Octal | 273 | 244 | 16 | 0 | 14 | 135 | 33 | 64 | 126 | 47 |
| Binary | 10111011 | 10100100 | 1110 | 0 | 1100 | 1011101 | 11011 | 110100 | 1010110 | 100111 |
Color Harmonies of #BBA40E
Complementary color
Monochromatic Colors of #BBA40E
Black with #BBA40E
Text Example
Text Example
White with #BBA40E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA40E; }
p { color: rgb(187,164,14); }
H1.HeaderClassName
{
color: #BBA40E;
}
.AnyTagClassName
{
color: #BBA40E;
}
</style>
background-color css
<style>
a { background-color: #BBA40E; }
a { background-color: rgb(187,164,14); }
div.DivClassName
{
background-color: #BBA40E;
}
.BgClassName
{
background-color: #BBA40E;
}
</style>
border-color css
<style>
span { border-color: #BBA40E; }
span { border-color: rgb(187,164,14); }
td.TdClassName
{
border-color: #BBA40E;
}
.TagClassName
{
border-color: #BBA40E;
}
</style>