Shades of Thatch #B19086
Tints of Thatch #B19086
RGB
CMYK
RGB Variations
Color information
#B19086 (or 0xB19086) is known color: Thatch. HEX triplet: B1, 90 and 86. RGB value is (177,144,134). Sum of RGB (Red+Green+Blue) = 177+144+134=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B19086 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19086 is #4E6F79. Grayscale: #989898. Windows color (decimal): -5140346 or 8818865. OLE color: 8818865.
HSL color Cylindrical-coordinate representation of color #B19086: hue angle of 13.95º degrees, saturation: 0.22, 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 #B19086 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 134 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.31 |
| HSL | 13.95º | 0.22% | 0.61% | - |
| HSV(B) | 13.95º | 0.24% | 0.69% | - |
| XYZ | 32.41 | 31.01 | 26.83 | - |
| YUV | 152.73 | 117.43 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 134 | 0 | 0.19 | 0.24 | 0.31 | 13.95 | 0.22 | 0.61 |
| Hex | B1 | 90 | 86 | 0 | 13 | 18 | 1F | E | 16 | 3D |
| Octal | 261 | 220 | 206 | 0 | 23 | 30 | 37 | 16 | 26 | 75 |
| Binary | 10110001 | 10010000 | 10000110 | 0 | 10011 | 11000 | 11111 | 1110 | 10110 | 111101 |
Color Harmonies of #B19086
Complementary color
Monochromatic Colors of #B19086
Black with #B19086
Text Example
Text Example
White with #B19086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19086; }
p { color: rgb(177,144,134); }
H1.HeaderClassName
{
color: #B19086;
}
.AnyTagClassName
{
color: #B19086;
}
</style>
background-color css
<style>
a { background-color: #B19086; }
a { background-color: rgb(177,144,134); }
div.DivClassName
{
background-color: #B19086;
}
.BgClassName
{
background-color: #B19086;
}
</style>
border-color css
<style>
span { border-color: #B19086; }
span { border-color: rgb(177,144,134); }
td.TdClassName
{
border-color: #B19086;
}
.TagClassName
{
border-color: #B19086;
}
</style>