Shades of Thatch #BA9590
Tints of Thatch #BA9590
RGB
CMYK
RGB Variations
Color information
#BA9590 (or 0xBA9590) is known color: Thatch. HEX triplet: BA, 95 and 90. RGB value is (186,149,144). Sum of RGB (Red+Green+Blue) = 186+149+144=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9590 is #456A6F. Grayscale: #9F9F9F. Windows color (decimal): -4549232 or 9475514. OLE color: 9475514.
HSL color Cylindrical-coordinate representation of color #BA9590: hue angle of 7.14º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BA9590 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 144 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.27 |
| HSL | 7.14º | 0.23% | 0.65% | - |
| HSV(B) | 7.14º | 0.23% | 0.73% | - |
| XYZ | 36.03 | 33.95 | 31.04 | - |
| YUV | 159.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 144 | 0 | 0.20 | 0.23 | 0.27 | 7.14 | 0.23 | 0.65 |
| Hex | BA | 95 | 90 | 0 | 14 | 17 | 1B | 7 | 17 | 41 |
| Octal | 272 | 225 | 220 | 0 | 24 | 27 | 33 | 7 | 27 | 101 |
| Binary | 10111010 | 10010101 | 10010000 | 0 | 10100 | 10111 | 11011 | 111 | 10111 | 1000001 |
Color Harmonies of #BA9590
Complementary color
Monochromatic Colors of #BA9590
Black with #BA9590
Text Example
Text Example
White with #BA9590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9590; }
p { color: rgb(186,149,144); }
H1.HeaderClassName
{
color: #BA9590;
}
.AnyTagClassName
{
color: #BA9590;
}
</style>
background-color css
<style>
a { background-color: #BA9590; }
a { background-color: rgb(186,149,144); }
div.DivClassName
{
background-color: #BA9590;
}
.BgClassName
{
background-color: #BA9590;
}
</style>
border-color css
<style>
span { border-color: #BA9590; }
span { border-color: rgb(186,149,144); }
td.TdClassName
{
border-color: #BA9590;
}
.TagClassName
{
border-color: #BA9590;
}
</style>