Shades of Thatch #B59993
Tints of Thatch #B59993
RGB
CMYK
RGB Variations
Color information
#B59993 (or 0xB59993) is known color: Thatch. HEX triplet: B5, 99 and 93. RGB value is (181,153,147). Sum of RGB (Red+Green+Blue) = 181+153+147=481 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.63% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 181 - color contains mainly: red. Hex color #B59993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59993 is #4A666C. Grayscale: #A0A0A0. Windows color (decimal): -4875885 or 9673141. OLE color: 9673141.
HSL color Cylindrical-coordinate representation of color #B59993: hue angle of 10.59º 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 #B59993 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 153 | 147 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.29 |
| HSL | 10.59º | 0.19% | 0.64% | - |
| HSV(B) | 10.59º | 0.19% | 0.71% | - |
| XYZ | 35.71 | 34.71 | 32.42 | - |
| YUV | 160.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 153 | 147 | 0 | 0.15 | 0.19 | 0.29 | 10.59 | 0.19 | 0.64 |
| Hex | B5 | 99 | 93 | 0 | F | 13 | 1D | B | 13 | 40 |
| Octal | 265 | 231 | 223 | 0 | 17 | 23 | 35 | 13 | 23 | 100 |
| Binary | 10110101 | 10011001 | 10010011 | 0 | 1111 | 10011 | 11101 | 1011 | 10011 | 1000000 |
Color Harmonies of #B59993
Complementary color
Monochromatic Colors of #B59993
Black with #B59993
Text Example
Text Example
White with #B59993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59993; }
p { color: rgb(181,153,147); }
H1.HeaderClassName
{
color: #B59993;
}
.AnyTagClassName
{
color: #B59993;
}
</style>
background-color css
<style>
a { background-color: #B59993; }
a { background-color: rgb(181,153,147); }
div.DivClassName
{
background-color: #B59993;
}
.BgClassName
{
background-color: #B59993;
}
</style>
border-color css
<style>
span { border-color: #B59993; }
span { border-color: rgb(181,153,147); }
td.TdClassName
{
border-color: #B59993;
}
.TagClassName
{
border-color: #B59993;
}
</style>