Shades of Buddha Gold #BA9D12
Tints of Buddha Gold #BA9D12
RGB
CMYK
RGB Variations
Color information
#BA9D12 (or 0xBA9D12) is known color: Buddha Gold. HEX triplet: BA, 9D and 12. RGB value is (186,157,18). Sum of RGB (Red+Green+Blue) = 186+157+18=361 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.52% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 18 (7.42% from 255 or 4.99% from 361); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9D12 is #4562ED. Grayscale: #969696. Windows color (decimal): -4547310 or 1220026. OLE color: 1220026.
HSL color Cylindrical-coordinate representation of color #BA9D12: hue angle of 49.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA9D12 is Cyan = 0, Magento = 0.16, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 157 | 18 | - |
| CMYK | 0 | 0.16 | 0.90 | 0.27 |
| HSL | 49.64º | 0.82% | 0.4% | - |
| HSV(B) | 49.64º | 0.9% | 0.73% | - |
| XYZ | 32.42 | 34.6 | 5.54 | - |
| YUV | 149.83 | 53.61 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 157 | 18 | 0 | 0.16 | 0.90 | 0.27 | 49.64 | 0.82 | 0.4 |
| Hex | BA | 9D | 12 | 0 | 10 | 5A | 1B | 32 | 52 | 28 |
| Octal | 272 | 235 | 22 | 0 | 20 | 132 | 33 | 62 | 122 | 50 |
| Binary | 10111010 | 10011101 | 10010 | 0 | 10000 | 1011010 | 11011 | 110010 | 1010010 | 101000 |
Color Harmonies of #BA9D12
Complementary color
Monochromatic Colors of #BA9D12
Black with #BA9D12
Text Example
Text Example
White with #BA9D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9D12; }
p { color: rgb(186,157,18); }
H1.HeaderClassName
{
color: #BA9D12;
}
.AnyTagClassName
{
color: #BA9D12;
}
</style>
background-color css
<style>
a { background-color: #BA9D12; }
a { background-color: rgb(186,157,18); }
div.DivClassName
{
background-color: #BA9D12;
}
.BgClassName
{
background-color: #BA9D12;
}
</style>
border-color css
<style>
span { border-color: #BA9D12; }
span { border-color: rgb(186,157,18); }
td.TdClassName
{
border-color: #BA9D12;
}
.TagClassName
{
border-color: #BA9D12;
}
</style>