Shades of Thatch #B19089
Tints of Thatch #B19089
RGB
CMYK
RGB Variations
Color information
#B19089 (or 0xB19089) is known color: Thatch. HEX triplet: B1, 90 and 89. RGB value is (177,144,137). Sum of RGB (Red+Green+Blue) = 177+144+137=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 177 - color contains mainly: red. Hex color #B19089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19089 is #4E6F76. Grayscale: #999999. Windows color (decimal): -5140343 or 9015473. OLE color: 9015473.
HSL color Cylindrical-coordinate representation of color #B19089: hue angle of 10.5º 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 #B19089 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 137 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.31 |
| HSL | 10.5º | 0.2% | 0.62% | - |
| HSV(B) | 10.5º | 0.23% | 0.69% | - |
| XYZ | 32.62 | 31.1 | 27.95 | - |
| YUV | 153.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 137 | 0 | 0.19 | 0.23 | 0.31 | 10.5 | 0.2 | 0.62 |
| Hex | B1 | 90 | 89 | 0 | 13 | 17 | 1F | A | 14 | 3E |
| Octal | 261 | 220 | 211 | 0 | 23 | 27 | 37 | 12 | 24 | 76 |
| Binary | 10110001 | 10010000 | 10001001 | 0 | 10011 | 10111 | 11111 | 1010 | 10100 | 111110 |
Color Harmonies of #B19089
Complementary color
Monochromatic Colors of #B19089
Black with #B19089
Text Example
Text Example
White with #B19089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19089; }
p { color: rgb(177,144,137); }
H1.HeaderClassName
{
color: #B19089;
}
.AnyTagClassName
{
color: #B19089;
}
</style>
background-color css
<style>
a { background-color: #B19089; }
a { background-color: rgb(177,144,137); }
div.DivClassName
{
background-color: #B19089;
}
.BgClassName
{
background-color: #B19089;
}
</style>
border-color css
<style>
span { border-color: #B19089; }
span { border-color: rgb(177,144,137); }
td.TdClassName
{
border-color: #B19089;
}
.TagClassName
{
border-color: #B19089;
}
</style>