Shades of Thatch #B19188
Tints of Thatch #B19188
RGB
CMYK
RGB Variations
Color information
#B19188 (or 0xB19188) is known color: Thatch. HEX triplet: B1, 91 and 88. RGB value is (177,145,136). Sum of RGB (Red+Green+Blue) = 177+145+136=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 136 (53.52% from 255 or 29.69% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B19188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19188 is #4E6E77. Grayscale: #999999. Windows color (decimal): -5140088 or 8950193. OLE color: 8950193.
HSL color Cylindrical-coordinate representation of color #B19188: hue angle of 13.17º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B19188 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 136 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.31 |
| HSL | 13.17º | 0.21% | 0.61% | - |
| HSV(B) | 13.17º | 0.23% | 0.69% | - |
| XYZ | 32.7 | 31.38 | 27.63 | - |
| YUV | 153.54 | 118.1 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 136 | 0 | 0.18 | 0.23 | 0.31 | 13.17 | 0.21 | 0.61 |
| Hex | B1 | 91 | 88 | 0 | 12 | 17 | 1F | D | 15 | 3D |
| Octal | 261 | 221 | 210 | 0 | 22 | 27 | 37 | 15 | 25 | 75 |
| Binary | 10110001 | 10010001 | 10001000 | 0 | 10010 | 10111 | 11111 | 1101 | 10101 | 111101 |
Color Harmonies of #B19188
Complementary color
Monochromatic Colors of #B19188
Black with #B19188
Text Example
Text Example
White with #B19188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19188; }
p { color: rgb(177,145,136); }
H1.HeaderClassName
{
color: #B19188;
}
.AnyTagClassName
{
color: #B19188;
}
</style>
background-color css
<style>
a { background-color: #B19188; }
a { background-color: rgb(177,145,136); }
div.DivClassName
{
background-color: #B19188;
}
.BgClassName
{
background-color: #B19188;
}
</style>
border-color css
<style>
span { border-color: #B19188; }
span { border-color: rgb(177,145,136); }
td.TdClassName
{
border-color: #B19188;
}
.TagClassName
{
border-color: #B19188;
}
</style>