Shades of Thatch #B59593
Tints of Thatch #B59593
RGB
CMYK
RGB Variations
Color information
#B59593 (or 0xB59593) is known color: Thatch. HEX triplet: B5, 95 and 93. RGB value is (181,149,147). Sum of RGB (Red+Green+Blue) = 181+149+147=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 149 (58.59% from 255 or 31.24% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B59593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59593 is #4A6A6C. Grayscale: #9E9E9E. Windows color (decimal): -4876909 or 9672117. OLE color: 9672117.
HSL color Cylindrical-coordinate representation of color #B59593: hue angle of 3.53º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B59593 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 149 | 147 | - |
| CMYK | 0 | 0.18 | 0.19 | 0.29 |
| HSL | 3.53º | 0.19% | 0.64% | - |
| HSV(B) | 3.53º | 0.19% | 0.71% | - |
| XYZ | 35.07 | 33.43 | 32.21 | - |
| YUV | 158.34 | 121.6 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 149 | 147 | 0 | 0.18 | 0.19 | 0.29 | 3.53 | 0.19 | 0.64 |
| Hex | B5 | 95 | 93 | 0 | 12 | 13 | 1D | 4 | 13 | 40 |
| Octal | 265 | 225 | 223 | 0 | 22 | 23 | 35 | 4 | 23 | 100 |
| Binary | 10110101 | 10010101 | 10010011 | 0 | 10010 | 10011 | 11101 | 100 | 10011 | 1000000 |
Color Harmonies of #B59593
Complementary color
Monochromatic Colors of #B59593
Black with #B59593
Text Example
Text Example
White with #B59593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59593; }
p { color: rgb(181,149,147); }
H1.HeaderClassName
{
color: #B59593;
}
.AnyTagClassName
{
color: #B59593;
}
</style>
background-color css
<style>
a { background-color: #B59593; }
a { background-color: rgb(181,149,147); }
div.DivClassName
{
background-color: #B59593;
}
.BgClassName
{
background-color: #B59593;
}
</style>
border-color css
<style>
span { border-color: #B59593; }
span { border-color: rgb(181,149,147); }
td.TdClassName
{
border-color: #B59593;
}
.TagClassName
{
border-color: #B59593;
}
</style>