Shades of Thatch #BA958E
Tints of Thatch #BA958E
RGB
CMYK
RGB Variations
Color information
#BA958E (or 0xBA958E) is known color: Thatch. HEX triplet: BA, 95 and 8E. RGB value is (186,149,142). Sum of RGB (Red+Green+Blue) = 186+149+142=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA958E is #456A71. Grayscale: #9F9F9F. Windows color (decimal): -4549234 or 9344442. OLE color: 9344442.
HSL color Cylindrical-coordinate representation of color #BA958E: hue angle of 9.55º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BA958E is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 142 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.27 |
| HSL | 9.55º | 0.24% | 0.64% | - |
| HSV(B) | 9.55º | 0.24% | 0.73% | - |
| XYZ | 35.88 | 33.89 | 30.24 | - |
| YUV | 159.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 142 | 0 | 0.20 | 0.24 | 0.27 | 9.55 | 0.24 | 0.64 |
| Hex | BA | 95 | 8E | 0 | 14 | 18 | 1B | A | 18 | 40 |
| Octal | 272 | 225 | 216 | 0 | 24 | 30 | 33 | 12 | 30 | 100 |
| Binary | 10111010 | 10010101 | 10001110 | 0 | 10100 | 11000 | 11011 | 1010 | 11000 | 1000000 |
Color Harmonies of #BA958E
Complementary color
Monochromatic Colors of #BA958E
Black with #BA958E
Text Example
Text Example
White with #BA958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA958E; }
p { color: rgb(186,149,142); }
H1.HeaderClassName
{
color: #BA958E;
}
.AnyTagClassName
{
color: #BA958E;
}
</style>
background-color css
<style>
a { background-color: #BA958E; }
a { background-color: rgb(186,149,142); }
div.DivClassName
{
background-color: #BA958E;
}
.BgClassName
{
background-color: #BA958E;
}
</style>
border-color css
<style>
span { border-color: #BA958E; }
span { border-color: rgb(186,149,142); }
td.TdClassName
{
border-color: #BA958E;
}
.TagClassName
{
border-color: #BA958E;
}
</style>