Shades of Buddha Gold #BA9C14
Tints of Buddha Gold #BA9C14
RGB
CMYK
RGB Variations
Color information
#BA9C14 (or 0xBA9C14) is known color: Buddha Gold. HEX triplet: BA, 9C and 14. RGB value is (186,156,20). Sum of RGB (Red+Green+Blue) = 186+156+20=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9C14 is #4563EB. Grayscale: #969696. Windows color (decimal): -4547564 or 1350842. OLE color: 1350842.
HSL color Cylindrical-coordinate representation of color #BA9C14: hue angle of 49.16º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA9C14 is Cyan = 0, Magento = 0.16, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 156 | 20 | - |
| CMYK | 0 | 0.16 | 0.89 | 0.27 |
| HSL | 49.16º | 0.81% | 0.4% | - |
| HSV(B) | 49.16º | 0.89% | 0.73% | - |
| XYZ | 32.26 | 34.27 | 5.58 | - |
| YUV | 149.47 | 54.94 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 156 | 20 | 0 | 0.16 | 0.89 | 0.27 | 49.16 | 0.81 | 0.4 |
| Hex | BA | 9C | 14 | 0 | 10 | 59 | 1B | 31 | 51 | 28 |
| Octal | 272 | 234 | 24 | 0 | 20 | 131 | 33 | 61 | 121 | 50 |
| Binary | 10111010 | 10011100 | 10100 | 0 | 10000 | 1011001 | 11011 | 110001 | 1010001 | 101000 |
Color Harmonies of #BA9C14
Complementary color
Monochromatic Colors of #BA9C14
Black with #BA9C14
Text Example
Text Example
White with #BA9C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9C14; }
p { color: rgb(186,156,20); }
H1.HeaderClassName
{
color: #BA9C14;
}
.AnyTagClassName
{
color: #BA9C14;
}
</style>
background-color css
<style>
a { background-color: #BA9C14; }
a { background-color: rgb(186,156,20); }
div.DivClassName
{
background-color: #BA9C14;
}
.BgClassName
{
background-color: #BA9C14;
}
</style>
border-color css
<style>
span { border-color: #BA9C14; }
span { border-color: rgb(186,156,20); }
td.TdClassName
{
border-color: #BA9C14;
}
.TagClassName
{
border-color: #BA9C14;
}
</style>