Shades of Buddha Gold #BA9C17
Tints of Buddha Gold #BA9C17
RGB
CMYK
RGB Variations
Color information
#BA9C17 (or 0xBA9C17) is known color: Buddha Gold. HEX triplet: BA, 9C and 17. RGB value is (186,156,23). Sum of RGB (Red+Green+Blue) = 186+156+23=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 23 (9.38% from 255 or 6.30% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9C17 is #4563E8. Grayscale: #969696. Windows color (decimal): -4547561 or 1547450. OLE color: 1547450.
HSL color Cylindrical-coordinate representation of color #BA9C17: hue angle of 48.96º 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 #BA9C17 is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 23 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.27 |
| HSL | 48.96º | 0.78% | 0.41% | - |
| HSV(B) | 48.96º | 0.88% | 0.73% | - |
| XYZ | 32.29 | 34.28 | 5.72 | - |
| YUV | 149.81 | 56.44 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 23 | 0 | 0.16 | 0.88 | 0.27 | 48.96 | 0.78 | 0.41 |
| Hex | BA | 9C | 17 | 0 | 10 | 58 | 1B | 31 | 4E | 29 |
| Octal | 272 | 234 | 27 | 0 | 20 | 130 | 33 | 61 | 116 | 51 |
| Binary | 10111010 | 10011100 | 10111 | 0 | 10000 | 1011000 | 11011 | 110001 | 1001110 | 101001 |
Color Harmonies of #BA9C17
Complementary color
Monochromatic Colors of #BA9C17
Black with #BA9C17
Text Example
Text Example
White with #BA9C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C17; }
p { color: rgb(186,156,23); }
H1.HeaderClassName
{
color: #BA9C17;
}
.AnyTagClassName
{
color: #BA9C17;
}
</style>
background-color css
<style>
a { background-color: #BA9C17; }
a { background-color: rgb(186,156,23); }
div.DivClassName
{
background-color: #BA9C17;
}
.BgClassName
{
background-color: #BA9C17;
}
</style>
border-color css
<style>
span { border-color: #BA9C17; }
span { border-color: rgb(186,156,23); }
td.TdClassName
{
border-color: #BA9C17;
}
.TagClassName
{
border-color: #BA9C17;
}
</style>