Shades of Buddha Gold #BA9E21
Tints of Buddha Gold #BA9E21
RGB
CMYK
RGB Variations
Color information
#BA9E21 (or 0xBA9E21) is known color: Buddha Gold. HEX triplet: BA, 9E and 21. RGB value is (186,158,33). Sum of RGB (Red+Green+Blue) = 186+158+33=377 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.34% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9E21 is #4561DE. Grayscale: #989898. Windows color (decimal): -4547039 or 2203322. OLE color: 2203322.
HSL color Cylindrical-coordinate representation of color #BA9E21: hue angle of 49.02º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA9E21 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 158 | 33 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.27 |
| HSL | 49.02º | 0.7% | 0.43% | - |
| HSV(B) | 49.02º | 0.82% | 0.73% | - |
| XYZ | 32.75 | 35 | 6.47 | - |
| YUV | 152.12 | 60.78 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 158 | 33 | 0 | 0.15 | 0.82 | 0.27 | 49.02 | 0.7 | 0.43 |
| Hex | BA | 9E | 21 | 0 | F | 52 | 1B | 31 | 46 | 2B |
| Octal | 272 | 236 | 41 | 0 | 17 | 122 | 33 | 61 | 106 | 53 |
| Binary | 10111010 | 10011110 | 100001 | 0 | 1111 | 1010010 | 11011 | 110001 | 1000110 | 101011 |
Color Harmonies of #BA9E21
Complementary color
Monochromatic Colors of #BA9E21
Black with #BA9E21
Text Example
Text Example
White with #BA9E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9E21; }
p { color: rgb(186,158,33); }
H1.HeaderClassName
{
color: #BA9E21;
}
.AnyTagClassName
{
color: #BA9E21;
}
</style>
background-color css
<style>
a { background-color: #BA9E21; }
a { background-color: rgb(186,158,33); }
div.DivClassName
{
background-color: #BA9E21;
}
.BgClassName
{
background-color: #BA9E21;
}
</style>
border-color css
<style>
span { border-color: #BA9E21; }
span { border-color: rgb(186,158,33); }
td.TdClassName
{
border-color: #BA9E21;
}
.TagClassName
{
border-color: #BA9E21;
}
</style>