Shades of Buddha Gold #BA9417
Tints of Buddha Gold #BA9417
RGB
CMYK
RGB Variations
Color information
#BA9417 (or 0xBA9417) is known color: Buddha Gold. HEX triplet: BA, 94 and 17. RGB value is (186,148,23). Sum of RGB (Red+Green+Blue) = 186+148+23=357 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.10% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9417 is #456BE8. Grayscale: #919191. Windows color (decimal): -4549609 or 1545402. OLE color: 1545402.
HSL color Cylindrical-coordinate representation of color #BA9417: hue angle of 46.01º 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 #BA9417 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 148 | 23 | - |
| CMYK | 0 | 0.20 | 0.88 | 0.27 |
| HSL | 46.01º | 0.78% | 0.41% | - |
| HSV(B) | 46.01º | 0.88% | 0.73% | - |
| XYZ | 30.99 | 31.68 | 5.29 | - |
| YUV | 145.11 | 59.09 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 148 | 23 | 0 | 0.20 | 0.88 | 0.27 | 46.01 | 0.78 | 0.41 |
| Hex | BA | 94 | 17 | 0 | 14 | 58 | 1B | 2E | 4E | 29 |
| Octal | 272 | 224 | 27 | 0 | 24 | 130 | 33 | 56 | 116 | 51 |
| Binary | 10111010 | 10010100 | 10111 | 0 | 10100 | 1011000 | 11011 | 101110 | 1001110 | 101001 |
Color Harmonies of #BA9417
Complementary color
Monochromatic Colors of #BA9417
Black with #BA9417
Text Example
Text Example
White with #BA9417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9417; }
p { color: rgb(186,148,23); }
H1.HeaderClassName
{
color: #BA9417;
}
.AnyTagClassName
{
color: #BA9417;
}
</style>
background-color css
<style>
a { background-color: #BA9417; }
a { background-color: rgb(186,148,23); }
div.DivClassName
{
background-color: #BA9417;
}
.BgClassName
{
background-color: #BA9417;
}
</style>
border-color css
<style>
span { border-color: #BA9417; }
span { border-color: rgb(186,148,23); }
td.TdClassName
{
border-color: #BA9417;
}
.TagClassName
{
border-color: #BA9417;
}
</style>