Shades of Thatch #BA958D
Tints of Thatch #BA958D
RGB
CMYK
RGB Variations
Color information
#BA958D (or 0xBA958D) is known color: Thatch. HEX triplet: BA, 95 and 8D. RGB value is (186,149,141). Sum of RGB (Red+Green+Blue) = 186+149+141=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 186 - color contains mainly: red. Hex color #BA958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA958D is #456A72. Grayscale: #9F9F9F. Windows color (decimal): -4549235 or 9278906. OLE color: 9278906.
HSL color Cylindrical-coordinate representation of color #BA958D: hue angle of 10.67º degrees, saturation: 0.25, 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 #BA958D is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 149 | 141 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.27 |
| HSL | 10.67º | 0.25% | 0.64% | - |
| HSV(B) | 10.67º | 0.24% | 0.73% | - |
| XYZ | 35.8 | 33.86 | 29.85 | - |
| YUV | 159.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 149 | 141 | 0 | 0.20 | 0.24 | 0.27 | 10.67 | 0.25 | 0.64 |
| Hex | BA | 95 | 8D | 0 | 14 | 18 | 1B | B | 19 | 40 |
| Octal | 272 | 225 | 215 | 0 | 24 | 30 | 33 | 13 | 31 | 100 |
| Binary | 10111010 | 10010101 | 10001101 | 0 | 10100 | 11000 | 11011 | 1011 | 11001 | 1000000 |
Color Harmonies of #BA958D
Complementary color
Monochromatic Colors of #BA958D
Black with #BA958D
Text Example
Text Example
White with #BA958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA958D; }
p { color: rgb(186,149,141); }
H1.HeaderClassName
{
color: #BA958D;
}
.AnyTagClassName
{
color: #BA958D;
}
</style>
background-color css
<style>
a { background-color: #BA958D; }
a { background-color: rgb(186,149,141); }
div.DivClassName
{
background-color: #BA958D;
}
.BgClassName
{
background-color: #BA958D;
}
</style>
border-color css
<style>
span { border-color: #BA958D; }
span { border-color: rgb(186,149,141); }
td.TdClassName
{
border-color: #BA958D;
}
.TagClassName
{
border-color: #BA958D;
}
</style>