Shades of Buddha Gold #BA9A17
Tints of Buddha Gold #BA9A17
RGB
CMYK
RGB Variations
Color information
#BA9A17 (or 0xBA9A17) is known color: Buddha Gold. HEX triplet: BA, 9A and 17. RGB value is (186,154,23). Sum of RGB (Red+Green+Blue) = 186+154+23=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9A17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9A17 is #4565E8. Grayscale: #959595. Windows color (decimal): -4548073 or 1546938. OLE color: 1546938.
HSL color Cylindrical-coordinate representation of color #BA9A17: hue angle of 48.22º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA9A17 is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 154 | 23 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.27 |
| HSL | 48.22º | 0.78% | 0.41% | - |
| HSV(B) | 48.22º | 0.88% | 0.73% | - |
| XYZ | 31.96 | 33.61 | 5.61 | - |
| YUV | 148.63 | 57.1 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 154 | 23 | 0 | 0.17 | 0.88 | 0.27 | 48.22 | 0.78 | 0.41 |
| Hex | BA | 9A | 17 | 0 | 11 | 58 | 1B | 30 | 4E | 29 |
| Octal | 272 | 232 | 27 | 0 | 21 | 130 | 33 | 60 | 116 | 51 |
| Binary | 10111010 | 10011010 | 10111 | 0 | 10001 | 1011000 | 11011 | 110000 | 1001110 | 101001 |
Color Harmonies of #BA9A17
Complementary color
Monochromatic Colors of #BA9A17
Black with #BA9A17
Text Example
Text Example
White with #BA9A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9A17; }
p { color: rgb(186,154,23); }
H1.HeaderClassName
{
color: #BA9A17;
}
.AnyTagClassName
{
color: #BA9A17;
}
</style>
background-color css
<style>
a { background-color: #BA9A17; }
a { background-color: rgb(186,154,23); }
div.DivClassName
{
background-color: #BA9A17;
}
.BgClassName
{
background-color: #BA9A17;
}
</style>
border-color css
<style>
span { border-color: #BA9A17; }
span { border-color: rgb(186,154,23); }
td.TdClassName
{
border-color: #BA9A17;
}
.TagClassName
{
border-color: #BA9A17;
}
</style>