Shades of Thatch #BA9893
Tints of Thatch #BA9893
RGB
CMYK
RGB Variations
Color information
#BA9893 (or 0xBA9893) is known color: Thatch. HEX triplet: BA, 98 and 93. RGB value is (186,152,147). Sum of RGB (Red+Green+Blue) = 186+152+147=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9893 is #45676C. Grayscale: #A1A1A1. Windows color (decimal): -4548461 or 9672890. OLE color: 9672890.
HSL color Cylindrical-coordinate representation of color #BA9893: hue angle of 7.69º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BA9893 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 152 | 147 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.27 |
| HSL | 7.69º | 0.22% | 0.65% | - |
| HSV(B) | 7.69º | 0.21% | 0.73% | - |
| XYZ | 36.74 | 35 | 32.42 | - |
| YUV | 161.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 152 | 147 | 0 | 0.18 | 0.21 | 0.27 | 7.69 | 0.22 | 0.65 |
| Hex | BA | 98 | 93 | 0 | 12 | 15 | 1B | 8 | 16 | 41 |
| Octal | 272 | 230 | 223 | 0 | 22 | 25 | 33 | 10 | 26 | 101 |
| Binary | 10111010 | 10011000 | 10010011 | 0 | 10010 | 10101 | 11011 | 1000 | 10110 | 1000001 |
Color Harmonies of #BA9893
Complementary color
Monochromatic Colors of #BA9893
Black with #BA9893
Text Example
Text Example
White with #BA9893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA9893; }
p { color: rgb(186,152,147); }
H1.HeaderClassName
{
color: #BA9893;
}
.AnyTagClassName
{
color: #BA9893;
}
</style>
background-color css
<style>
a { background-color: #BA9893; }
a { background-color: rgb(186,152,147); }
div.DivClassName
{
background-color: #BA9893;
}
.BgClassName
{
background-color: #BA9893;
}
</style>
border-color css
<style>
span { border-color: #BA9893; }
span { border-color: rgb(186,152,147); }
td.TdClassName
{
border-color: #BA9893;
}
.TagClassName
{
border-color: #BA9893;
}
</style>