Shades of Buddha Gold #BAA80B
Tints of Buddha Gold #BAA80B
RGB
CMYK
RGB Variations
Color information
#BAA80B (or 0xBAA80B) is known color: Buddha Gold. HEX triplet: BA, A8 and 0B. RGB value is (186,168,11). Sum of RGB (Red+Green+Blue) = 186+168+11=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 11 (4.69% from 255 or 3.01% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA80B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BAA80B is #4557F4. Grayscale: #9C9C9C. Windows color (decimal): -4544501 or 764090. OLE color: 764090.
HSL color Cylindrical-coordinate representation of color #BAA80B: hue angle of 53.83º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAA80B is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 168 | 11 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.27 |
| HSL | 53.83º | 0.89% | 0.39% | - |
| HSV(B) | 53.83º | 0.94% | 0.73% | - |
| XYZ | 34.31 | 38.47 | 5.93 | - |
| YUV | 155.48 | 46.46 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 168 | 11 | 0 | 0.10 | 0.94 | 0.27 | 53.83 | 0.89 | 0.39 |
| Hex | BA | A8 | B | 0 | A | 5E | 1B | 36 | 59 | 27 |
| Octal | 272 | 250 | 13 | 0 | 12 | 136 | 33 | 66 | 131 | 47 |
| Binary | 10111010 | 10101000 | 1011 | 0 | 1010 | 1011110 | 11011 | 110110 | 1011001 | 100111 |
Color Harmonies of #BAA80B
Complementary color
Monochromatic Colors of #BAA80B
Black with #BAA80B
Text Example
Text Example
White with #BAA80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAA80B; }
p { color: rgb(186,168,11); }
H1.HeaderClassName
{
color: #BAA80B;
}
.AnyTagClassName
{
color: #BAA80B;
}
</style>
background-color css
<style>
a { background-color: #BAA80B; }
a { background-color: rgb(186,168,11); }
div.DivClassName
{
background-color: #BAA80B;
}
.BgClassName
{
background-color: #BAA80B;
}
</style>
border-color css
<style>
span { border-color: #BAA80B; }
span { border-color: rgb(186,168,11); }
td.TdClassName
{
border-color: #BAA80B;
}
.TagClassName
{
border-color: #BAA80B;
}
</style>