Shades of Thatch #BA938A
Tints of Thatch #BA938A
RGB
CMYK
RGB Variations
Color information
#BA938A (or 0xBA938A) is known color: Thatch. HEX triplet: BA, 93 and 8A. RGB value is (186,147,138). Sum of RGB (Red+Green+Blue) = 186+147+138=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA938A is #456C75. Grayscale: #9D9D9D. Windows color (decimal): -4549750 or 9081786. OLE color: 9081786.
HSL color Cylindrical-coordinate representation of color #BA938A: hue angle of 11.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BA938A is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 147 | 138 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.27 |
| HSL | 11.25º | 0.26% | 0.64% | - |
| HSV(B) | 11.25º | 0.26% | 0.73% | - |
| XYZ | 35.27 | 33.14 | 28.58 | - |
| YUV | 157.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 147 | 138 | 0 | 0.21 | 0.26 | 0.27 | 11.25 | 0.26 | 0.64 |
| Hex | BA | 93 | 8A | 0 | 15 | 1A | 1B | B | 1A | 40 |
| Octal | 272 | 223 | 212 | 0 | 25 | 32 | 33 | 13 | 32 | 100 |
| Binary | 10111010 | 10010011 | 10001010 | 0 | 10101 | 11010 | 11011 | 1011 | 11010 | 1000000 |
Color Harmonies of #BA938A
Complementary color
Monochromatic Colors of #BA938A
Black with #BA938A
Text Example
Text Example
White with #BA938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA938A; }
p { color: rgb(186,147,138); }
H1.HeaderClassName
{
color: #BA938A;
}
.AnyTagClassName
{
color: #BA938A;
}
</style>
background-color css
<style>
a { background-color: #BA938A; }
a { background-color: rgb(186,147,138); }
div.DivClassName
{
background-color: #BA938A;
}
.BgClassName
{
background-color: #BA938A;
}
</style>
border-color css
<style>
span { border-color: #BA938A; }
span { border-color: rgb(186,147,138); }
td.TdClassName
{
border-color: #BA938A;
}
.TagClassName
{
border-color: #BA938A;
}
</style>