Shades of Buddha Gold #BA9D17
Tints of Buddha Gold #BA9D17
RGB
CMYK
RGB Variations
Color information
#BA9D17 (or 0xBA9D17) is known color: Buddha Gold. HEX triplet: BA, 9D and 17. RGB value is (186,157,23). Sum of RGB (Red+Green+Blue) = 186+157+23=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 23 (9.38% from 255 or 6.28% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9D17 is #4562E8. Grayscale: #969696. Windows color (decimal): -4547305 or 1547706. OLE color: 1547706.
HSL color Cylindrical-coordinate representation of color #BA9D17: hue angle of 49.33º 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 #BA9D17 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 23 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.27 |
| HSL | 49.33º | 0.78% | 0.41% | - |
| HSV(B) | 49.33º | 0.88% | 0.73% | - |
| XYZ | 32.46 | 34.61 | 5.78 | - |
| YUV | 150.4 | 56.11 | 153.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 23 | 0 | 0.16 | 0.88 | 0.27 | 49.33 | 0.78 | 0.41 |
| Hex | BA | 9D | 17 | 0 | 10 | 58 | 1B | 31 | 4E | 29 |
| Octal | 272 | 235 | 27 | 0 | 20 | 130 | 33 | 61 | 116 | 51 |
| Binary | 10111010 | 10011101 | 10111 | 0 | 10000 | 1011000 | 11011 | 110001 | 1001110 | 101001 |
Color Harmonies of #BA9D17
Complementary color
Monochromatic Colors of #BA9D17
Black with #BA9D17
Text Example
Text Example
White with #BA9D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9D17; }
p { color: rgb(186,157,23); }
H1.HeaderClassName
{
color: #BA9D17;
}
.AnyTagClassName
{
color: #BA9D17;
}
</style>
background-color css
<style>
a { background-color: #BA9D17; }
a { background-color: rgb(186,157,23); }
div.DivClassName
{
background-color: #BA9D17;
}
.BgClassName
{
background-color: #BA9D17;
}
</style>
border-color css
<style>
span { border-color: #BA9D17; }
span { border-color: rgb(186,157,23); }
td.TdClassName
{
border-color: #BA9D17;
}
.TagClassName
{
border-color: #BA9D17;
}
</style>