Shades of Thatch #B49593
Tints of Thatch #B49593
RGB
CMYK
RGB Variations
Color information
#B49593 (or 0xB49593) is known color: Thatch. HEX triplet: B4, 95 and 93. RGB value is (180,149,147). Sum of RGB (Red+Green+Blue) = 180+149+147=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B49593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49593 is #4B6A6C. Grayscale: #9E9E9E. Windows color (decimal): -4942445 or 9672116. OLE color: 9672116.
HSL color Cylindrical-coordinate representation of color #B49593: hue angle of 3.64º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B49593 is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 149 | 147 | - |
| CMYK | 0 | 0.17 | 0.18 | 0.29 |
| HSL | 3.64º | 0.18% | 0.64% | - |
| HSV(B) | 3.64º | 0.18% | 0.71% | - |
| XYZ | 34.84 | 33.3 | 32.2 | - |
| YUV | 158.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 149 | 147 | 0 | 0.17 | 0.18 | 0.29 | 3.64 | 0.18 | 0.64 |
| Hex | B4 | 95 | 93 | 0 | 11 | 12 | 1D | 4 | 12 | 40 |
| Octal | 264 | 225 | 223 | 0 | 21 | 22 | 35 | 4 | 22 | 100 |
| Binary | 10110100 | 10010101 | 10010011 | 0 | 10001 | 10010 | 11101 | 100 | 10010 | 1000000 |
Color Harmonies of #B49593
Complementary color
Monochromatic Colors of #B49593
Black with #B49593
Text Example
Text Example
White with #B49593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B49593; }
p { color: rgb(180,149,147); }
H1.HeaderClassName
{
color: #B49593;
}
.AnyTagClassName
{
color: #B49593;
}
</style>
background-color css
<style>
a { background-color: #B49593; }
a { background-color: rgb(180,149,147); }
div.DivClassName
{
background-color: #B49593;
}
.BgClassName
{
background-color: #B49593;
}
</style>
border-color css
<style>
span { border-color: #B49593; }
span { border-color: rgb(180,149,147); }
td.TdClassName
{
border-color: #B49593;
}
.TagClassName
{
border-color: #B49593;
}
</style>