Shades of Thatch #B1908E
Tints of Thatch #B1908E
RGB
CMYK
RGB Variations
Color information
#B1908E (or 0xB1908E) is known color: Thatch. HEX triplet: B1, 90 and 8E. RGB value is (177,144,142). Sum of RGB (Red+Green+Blue) = 177+144+142=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 142 (55.86% from 255 or 30.67% from 463); Max value from RGB is 177 - color contains mainly: red. Hex color #B1908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1908E is #4E6F71. Grayscale: #999999. Windows color (decimal): -5140338 or 9343153. OLE color: 9343153.
HSL color Cylindrical-coordinate representation of color #B1908E: hue angle of 3.43º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1908E is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 142 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.31 |
| HSL | 3.43º | 0.18% | 0.63% | - |
| HSV(B) | 3.43º | 0.2% | 0.69% | - |
| XYZ | 32.99 | 31.25 | 29.88 | - |
| YUV | 153.64 | 121.43 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 142 | 0 | 0.19 | 0.20 | 0.31 | 3.43 | 0.18 | 0.63 |
| Hex | B1 | 90 | 8E | 0 | 13 | 14 | 1F | 3 | 12 | 3F |
| Octal | 261 | 220 | 216 | 0 | 23 | 24 | 37 | 3 | 22 | 77 |
| Binary | 10110001 | 10010000 | 10001110 | 0 | 10011 | 10100 | 11111 | 11 | 10010 | 111111 |
Color Harmonies of #B1908E
Complementary color
Monochromatic Colors of #B1908E
Black with #B1908E
Text Example
Text Example
White with #B1908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1908E; }
p { color: rgb(177,144,142); }
H1.HeaderClassName
{
color: #B1908E;
}
.AnyTagClassName
{
color: #B1908E;
}
</style>
background-color css
<style>
a { background-color: #B1908E; }
a { background-color: rgb(177,144,142); }
div.DivClassName
{
background-color: #B1908E;
}
.BgClassName
{
background-color: #B1908E;
}
</style>
border-color css
<style>
span { border-color: #B1908E; }
span { border-color: rgb(177,144,142); }
td.TdClassName
{
border-color: #B1908E;
}
.TagClassName
{
border-color: #B1908E;
}
</style>