Shades of Thatch #B19087
Tints of Thatch #B19087
RGB
CMYK
RGB Variations
Color information
#B19087 (or 0xB19087) is known color: Thatch. HEX triplet: B1, 90 and 87. RGB value is (177,144,135). Sum of RGB (Red+Green+Blue) = 177+144+135=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 144 (56.64% from 255 or 31.58% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B19087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19087 is #4E6F78. Grayscale: #989898. Windows color (decimal): -5140345 or 8884401. OLE color: 8884401.
HSL color Cylindrical-coordinate representation of color #B19087: hue angle of 12.86º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B19087 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 135 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.31 |
| HSL | 12.86º | 0.21% | 0.61% | - |
| HSV(B) | 12.86º | 0.24% | 0.69% | - |
| XYZ | 32.48 | 31.04 | 27.2 | - |
| YUV | 152.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 135 | 0 | 0.19 | 0.24 | 0.31 | 12.86 | 0.21 | 0.61 |
| Hex | B1 | 90 | 87 | 0 | 13 | 18 | 1F | D | 15 | 3D |
| Octal | 261 | 220 | 207 | 0 | 23 | 30 | 37 | 15 | 25 | 75 |
| Binary | 10110001 | 10010000 | 10000111 | 0 | 10011 | 11000 | 11111 | 1101 | 10101 | 111101 |
Color Harmonies of #B19087
Complementary color
Monochromatic Colors of #B19087
Black with #B19087
Text Example
Text Example
White with #B19087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19087; }
p { color: rgb(177,144,135); }
H1.HeaderClassName
{
color: #B19087;
}
.AnyTagClassName
{
color: #B19087;
}
</style>
background-color css
<style>
a { background-color: #B19087; }
a { background-color: rgb(177,144,135); }
div.DivClassName
{
background-color: #B19087;
}
.BgClassName
{
background-color: #B19087;
}
</style>
border-color css
<style>
span { border-color: #B19087; }
span { border-color: rgb(177,144,135); }
td.TdClassName
{
border-color: #B19087;
}
.TagClassName
{
border-color: #B19087;
}
</style>