Shades of Buddha Gold #BA9F21
Tints of Buddha Gold #BA9F21
RGB
CMYK
RGB Variations
Color information
#BA9F21 (or 0xBA9F21) is known color: Buddha Gold. HEX triplet: BA, 9F and 21. RGB value is (186,159,33). Sum of RGB (Red+Green+Blue) = 186+159+33=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 159 (62.5% from 255 or 42.06% from 378); Blue value is 33 (13.28% from 255 or 8.73% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9F21 is #4560DE. Grayscale: #999999. Windows color (decimal): -4546783 or 2203578. OLE color: 2203578.
HSL color Cylindrical-coordinate representation of color #BA9F21: hue angle of 49.41º 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 #BA9F21 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 159 | 33 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.27 |
| HSL | 49.41º | 0.7% | 0.43% | - |
| HSV(B) | 49.41º | 0.82% | 0.73% | - |
| XYZ | 32.92 | 35.35 | 6.53 | - |
| YUV | 152.71 | 60.45 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 159 | 33 | 0 | 0.15 | 0.82 | 0.27 | 49.41 | 0.7 | 0.43 |
| Hex | BA | 9F | 21 | 0 | F | 52 | 1B | 31 | 46 | 2B |
| Octal | 272 | 237 | 41 | 0 | 17 | 122 | 33 | 61 | 106 | 53 |
| Binary | 10111010 | 10011111 | 100001 | 0 | 1111 | 1010010 | 11011 | 110001 | 1000110 | 101011 |
Color Harmonies of #BA9F21
Complementary color
Monochromatic Colors of #BA9F21
Black with #BA9F21
Text Example
Text Example
White with #BA9F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9F21; }
p { color: rgb(186,159,33); }
H1.HeaderClassName
{
color: #BA9F21;
}
.AnyTagClassName
{
color: #BA9F21;
}
</style>
background-color css
<style>
a { background-color: #BA9F21; }
a { background-color: rgb(186,159,33); }
div.DivClassName
{
background-color: #BA9F21;
}
.BgClassName
{
background-color: #BA9F21;
}
</style>
border-color css
<style>
span { border-color: #BA9F21; }
span { border-color: rgb(186,159,33); }
td.TdClassName
{
border-color: #BA9F21;
}
.TagClassName
{
border-color: #BA9F21;
}
</style>