Shades of Thatch #B79590
Tints of Thatch #B79590
RGB
CMYK
RGB Variations
Color information
#B79590 (or 0xB79590) is known color: Thatch. HEX triplet: B7, 95 and 90. RGB value is (183,149,144). Sum of RGB (Red+Green+Blue) = 183+149+144=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 149 (58.59% from 255 or 31.30% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 183 - color contains mainly: red. Hex color #B79590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79590 is #486A6F. Grayscale: #9E9E9E. Windows color (decimal): -4745840 or 9475511. OLE color: 9475511.
HSL color Cylindrical-coordinate representation of color #B79590: hue angle of 7.69º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B79590 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 149 | 144 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.28 |
| HSL | 7.69º | 0.21% | 0.64% | - |
| HSV(B) | 7.69º | 0.21% | 0.72% | - |
| XYZ | 35.31 | 33.58 | 31.01 | - |
| YUV | 158.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 149 | 144 | 0 | 0.19 | 0.21 | 0.28 | 7.69 | 0.21 | 0.64 |
| Hex | B7 | 95 | 90 | 0 | 13 | 15 | 1C | 8 | 15 | 40 |
| Octal | 267 | 225 | 220 | 0 | 23 | 25 | 34 | 10 | 25 | 100 |
| Binary | 10110111 | 10010101 | 10010000 | 0 | 10011 | 10101 | 11100 | 1000 | 10101 | 1000000 |
Color Harmonies of #B79590
Complementary color
Monochromatic Colors of #B79590
Black with #B79590
Text Example
Text Example
White with #B79590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79590; }
p { color: rgb(183,149,144); }
H1.HeaderClassName
{
color: #B79590;
}
.AnyTagClassName
{
color: #B79590;
}
</style>
background-color css
<style>
a { background-color: #B79590; }
a { background-color: rgb(183,149,144); }
div.DivClassName
{
background-color: #B79590;
}
.BgClassName
{
background-color: #B79590;
}
</style>
border-color css
<style>
span { border-color: #B79590; }
span { border-color: rgb(183,149,144); }
td.TdClassName
{
border-color: #B79590;
}
.TagClassName
{
border-color: #B79590;
}
</style>