Shades of Thatch #B19189
Tints of Thatch #B19189
RGB
CMYK
RGB Variations
Color information
#B19189 (or 0xB19189) is known color: Thatch. HEX triplet: B1, 91 and 89. RGB value is (177,145,137). Sum of RGB (Red+Green+Blue) = 177+145+137=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 137 (53.91% from 255 or 29.85% from 459); Max value from RGB is 177 - color contains mainly: red. Hex color #B19189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19189 is #4E6E76. Grayscale: #999999. Windows color (decimal): -5140087 or 9015729. OLE color: 9015729.
HSL color Cylindrical-coordinate representation of color #B19189: hue angle of 12º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B19189 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 145 | 137 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.31 |
| HSL | 12º | 0.2% | 0.62% | - |
| HSV(B) | 12º | 0.23% | 0.69% | - |
| XYZ | 32.77 | 31.4 | 28 | - |
| YUV | 153.66 | 118.6 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 145 | 137 | 0 | 0.18 | 0.23 | 0.31 | 12 | 0.2 | 0.62 |
| Hex | B1 | 91 | 89 | 0 | 12 | 17 | 1F | C | 14 | 3E |
| Octal | 261 | 221 | 211 | 0 | 22 | 27 | 37 | 14 | 24 | 76 |
| Binary | 10110001 | 10010001 | 10001001 | 0 | 10010 | 10111 | 11111 | 1100 | 10100 | 111110 |
Color Harmonies of #B19189
Complementary color
Monochromatic Colors of #B19189
Black with #B19189
Text Example
Text Example
White with #B19189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19189; }
p { color: rgb(177,145,137); }
H1.HeaderClassName
{
color: #B19189;
}
.AnyTagClassName
{
color: #B19189;
}
</style>
background-color css
<style>
a { background-color: #B19189; }
a { background-color: rgb(177,145,137); }
div.DivClassName
{
background-color: #B19189;
}
.BgClassName
{
background-color: #B19189;
}
</style>
border-color css
<style>
span { border-color: #B19189; }
span { border-color: rgb(177,145,137); }
td.TdClassName
{
border-color: #B19189;
}
.TagClassName
{
border-color: #B19189;
}
</style>