Shades of Thatch #B19590
Tints of Thatch #B19590
RGB
CMYK
RGB Variations
Color information
#B19590 (or 0xB19590) is known color: Thatch. HEX triplet: B1, 95 and 90. RGB value is (177,149,144). Sum of RGB (Red+Green+Blue) = 177+149+144=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 177 - color contains mainly: red. Hex color #B19590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19590 is #4E6A6F. Grayscale: #9C9C9C. Windows color (decimal): -5139056 or 9475505. OLE color: 9475505.
HSL color Cylindrical-coordinate representation of color #B19590: hue angle of 9.09º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B19590 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 144 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.31 |
| HSL | 9.09º | 0.17% | 0.63% | - |
| HSV(B) | 9.09º | 0.19% | 0.69% | - |
| XYZ | 33.91 | 32.86 | 30.94 | - |
| YUV | 156.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 144 | 0 | 0.16 | 0.19 | 0.31 | 9.09 | 0.17 | 0.63 |
| Hex | B1 | 95 | 90 | 0 | 10 | 13 | 1F | 9 | 11 | 3F |
| Octal | 261 | 225 | 220 | 0 | 20 | 23 | 37 | 11 | 21 | 77 |
| Binary | 10110001 | 10010101 | 10010000 | 0 | 10000 | 10011 | 11111 | 1001 | 10001 | 111111 |
Color Harmonies of #B19590
Complementary color
Monochromatic Colors of #B19590
Black with #B19590
Text Example
Text Example
White with #B19590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19590; }
p { color: rgb(177,149,144); }
H1.HeaderClassName
{
color: #B19590;
}
.AnyTagClassName
{
color: #B19590;
}
</style>
background-color css
<style>
a { background-color: #B19590; }
a { background-color: rgb(177,149,144); }
div.DivClassName
{
background-color: #B19590;
}
.BgClassName
{
background-color: #B19590;
}
</style>
border-color css
<style>
span { border-color: #B19590; }
span { border-color: rgb(177,149,144); }
td.TdClassName
{
border-color: #B19590;
}
.TagClassName
{
border-color: #B19590;
}
</style>