Shades of Buddha Gold #BBA80E
Tints of Buddha Gold #BBA80E
RGB
CMYK
RGB Variations
Color information
#BBA80E (or 0xBBA80E) is known color: Buddha Gold. HEX triplet: BB, A8 and 0E. RGB value is (187,168,14). Sum of RGB (Red+Green+Blue) = 187+168+14=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA80E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA80E is #4457F1. Grayscale: #9C9C9C. Windows color (decimal): -4478962 or 960699. OLE color: 960699.
HSL color Cylindrical-coordinate representation of color #BBA80E: hue angle of 53.41º 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 #BBA80E is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 168 | 14 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.27 |
| HSL | 53.41º | 0.86% | 0.39% | - |
| HSV(B) | 53.41º | 0.93% | 0.73% | - |
| XYZ | 34.58 | 38.6 | 6.04 | - |
| YUV | 156.13 | 47.79 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 168 | 14 | 0 | 0.10 | 0.93 | 0.27 | 53.41 | 0.86 | 0.39 |
| Hex | BB | A8 | E | 0 | A | 5D | 1B | 35 | 56 | 27 |
| Octal | 273 | 250 | 16 | 0 | 12 | 135 | 33 | 65 | 126 | 47 |
| Binary | 10111011 | 10101000 | 1110 | 0 | 1010 | 1011101 | 11011 | 110101 | 1010110 | 100111 |
Color Harmonies of #BBA80E
Complementary color
Monochromatic Colors of #BBA80E
Black with #BBA80E
Text Example
Text Example
White with #BBA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA80E; }
p { color: rgb(187,168,14); }
H1.HeaderClassName
{
color: #BBA80E;
}
.AnyTagClassName
{
color: #BBA80E;
}
</style>
background-color css
<style>
a { background-color: #BBA80E; }
a { background-color: rgb(187,168,14); }
div.DivClassName
{
background-color: #BBA80E;
}
.BgClassName
{
background-color: #BBA80E;
}
</style>
border-color css
<style>
span { border-color: #BBA80E; }
span { border-color: rgb(187,168,14); }
td.TdClassName
{
border-color: #BBA80E;
}
.TagClassName
{
border-color: #BBA80E;
}
</style>