Shades of Thatch #B5938D
Tints of Thatch #B5938D
RGB
CMYK
RGB Variations
Color information
#B5938D (or 0xB5938D) is known color: Thatch. HEX triplet: B5, 93 and 8D. RGB value is (181,147,141). Sum of RGB (Red+Green+Blue) = 181+147+141=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B5938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5938D is #4A6C72. Grayscale: #9C9C9C. Windows color (decimal): -4877427 or 9278389. OLE color: 9278389.
HSL color Cylindrical-coordinate representation of color #B5938D: hue angle of 9º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5938D is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 147 | 141 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.29 |
| HSL | 9º | 0.21% | 0.63% | - |
| HSV(B) | 9º | 0.22% | 0.71% | - |
| XYZ | 34.3 | 32.61 | 29.69 | - |
| YUV | 156.48 | 119.26 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 141 | 0 | 0.19 | 0.22 | 0.29 | 9 | 0.21 | 0.63 |
| Hex | B5 | 93 | 8D | 0 | 13 | 16 | 1D | 9 | 15 | 3F |
| Octal | 265 | 223 | 215 | 0 | 23 | 26 | 35 | 11 | 25 | 77 |
| Binary | 10110101 | 10010011 | 10001101 | 0 | 10011 | 10110 | 11101 | 1001 | 10101 | 111111 |
Color Harmonies of #B5938D
Complementary color
Monochromatic Colors of #B5938D
Black with #B5938D
Text Example
Text Example
White with #B5938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5938D; }
p { color: rgb(181,147,141); }
H1.HeaderClassName
{
color: #B5938D;
}
.AnyTagClassName
{
color: #B5938D;
}
</style>
background-color css
<style>
a { background-color: #B5938D; }
a { background-color: rgb(181,147,141); }
div.DivClassName
{
background-color: #B5938D;
}
.BgClassName
{
background-color: #B5938D;
}
</style>
border-color css
<style>
span { border-color: #B5938D; }
span { border-color: rgb(181,147,141); }
td.TdClassName
{
border-color: #B5938D;
}
.TagClassName
{
border-color: #B5938D;
}
</style>