Shades of Buddha Gold #BA960C
Tints of Buddha Gold #BA960C
RGB
CMYK
RGB Variations
Color information
#BA960C (or 0xBA960C) is known color: Buddha Gold. HEX triplet: BA, 96 and 0C. RGB value is (186,150,12). Sum of RGB (Red+Green+Blue) = 186+150+12=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 12 (5.08% from 255 or 3.45% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA960C is #4569F3. Grayscale: #919191. Windows color (decimal): -4549108 or 825018. OLE color: 825018.
HSL color Cylindrical-coordinate representation of color #BA960C: hue angle of 47.59º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA960C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 150 | 12 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.27 |
| HSL | 47.59º | 0.88% | 0.39% | - |
| HSV(B) | 47.59º | 0.94% | 0.73% | - |
| XYZ | 31.22 | 32.28 | 4.93 | - |
| YUV | 145.03 | 52.93 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 150 | 12 | 0 | 0.19 | 0.94 | 0.27 | 47.59 | 0.88 | 0.39 |
| Hex | BA | 96 | C | 0 | 13 | 5E | 1B | 30 | 58 | 27 |
| Octal | 272 | 226 | 14 | 0 | 23 | 136 | 33 | 60 | 130 | 47 |
| Binary | 10111010 | 10010110 | 1100 | 0 | 10011 | 1011110 | 11011 | 110000 | 1011000 | 100111 |
Color Harmonies of #BA960C
Complementary color
Monochromatic Colors of #BA960C
Black with #BA960C
Text Example
Text Example
White with #BA960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA960C; }
p { color: rgb(186,150,12); }
H1.HeaderClassName
{
color: #BA960C;
}
.AnyTagClassName
{
color: #BA960C;
}
</style>
background-color css
<style>
a { background-color: #BA960C; }
a { background-color: rgb(186,150,12); }
div.DivClassName
{
background-color: #BA960C;
}
.BgClassName
{
background-color: #BA960C;
}
</style>
border-color css
<style>
span { border-color: #BA960C; }
span { border-color: rgb(186,150,12); }
td.TdClassName
{
border-color: #BA960C;
}
.TagClassName
{
border-color: #BA960C;
}
</style>