Shades of Thatch #B19892
Tints of Thatch #B19892
RGB
CMYK
RGB Variations
Color information
#B19892 (or 0xB19892) is known color: Thatch. HEX triplet: B1, 98 and 92. RGB value is (177,152,146). Sum of RGB (Red+Green+Blue) = 177+152+146=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 146 (57.42% from 255 or 30.74% from 475); Max value from RGB is 177 - color contains mainly: red. Hex color #B19892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B19892 is #4E676D. Grayscale: #9E9E9E. Windows color (decimal): -5138286 or 9607345. OLE color: 9607345.
HSL color Cylindrical-coordinate representation of color #B19892: hue angle of 11.61º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B19892 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 152 | 146 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.31 |
| HSL | 11.61º | 0.17% | 0.63% | - |
| HSV(B) | 11.61º | 0.18% | 0.69% | - |
| XYZ | 34.55 | 33.88 | 31.91 | - |
| YUV | 158.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 152 | 146 | 0 | 0.14 | 0.18 | 0.31 | 11.61 | 0.17 | 0.63 |
| Hex | B1 | 98 | 92 | 0 | E | 12 | 1F | C | 11 | 3F |
| Octal | 261 | 230 | 222 | 0 | 16 | 22 | 37 | 14 | 21 | 77 |
| Binary | 10110001 | 10011000 | 10010010 | 0 | 1110 | 10010 | 11111 | 1100 | 10001 | 111111 |
Color Harmonies of #B19892
Complementary color
Monochromatic Colors of #B19892
Black with #B19892
Text Example
Text Example
White with #B19892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19892; }
p { color: rgb(177,152,146); }
H1.HeaderClassName
{
color: #B19892;
}
.AnyTagClassName
{
color: #B19892;
}
</style>
background-color css
<style>
a { background-color: #B19892; }
a { background-color: rgb(177,152,146); }
div.DivClassName
{
background-color: #B19892;
}
.BgClassName
{
background-color: #B19892;
}
</style>
border-color css
<style>
span { border-color: #B19892; }
span { border-color: rgb(177,152,146); }
td.TdClassName
{
border-color: #B19892;
}
.TagClassName
{
border-color: #B19892;
}
</style>