Shades of Thatch #B1908F
Tints of Thatch #B1908F
RGB
CMYK
RGB Variations
Color information
#B1908F (or 0xB1908F) is known color: Thatch. HEX triplet: B1, 90 and 8F. RGB value is (177,144,143). Sum of RGB (Red+Green+Blue) = 177+144+143=464 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.15% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 177 - color contains mainly: red. Hex color #B1908F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1908F is #4E6F70. Grayscale: #999999. Windows color (decimal): -5140337 or 9408689. OLE color: 9408689.
HSL color Cylindrical-coordinate representation of color #B1908F: hue angle of 1.76º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1908F is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 143 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.31 |
| HSL | 1.76º | 0.18% | 0.63% | - |
| HSV(B) | 1.76º | 0.19% | 0.69% | - |
| XYZ | 33.06 | 31.28 | 30.28 | - |
| YUV | 153.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 143 | 0 | 0.19 | 0.19 | 0.31 | 1.76 | 0.18 | 0.63 |
| Hex | B1 | 90 | 8F | 0 | 13 | 13 | 1F | 2 | 12 | 3F |
| Octal | 261 | 220 | 217 | 0 | 23 | 23 | 37 | 2 | 22 | 77 |
| Binary | 10110001 | 10010000 | 10001111 | 0 | 10011 | 10011 | 11111 | 10 | 10010 | 111111 |
Color Harmonies of #B1908F
Complementary color
Monochromatic Colors of #B1908F
Black with #B1908F
Text Example
Text Example
White with #B1908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1908F; }
p { color: rgb(177,144,143); }
H1.HeaderClassName
{
color: #B1908F;
}
.AnyTagClassName
{
color: #B1908F;
}
</style>
background-color css
<style>
a { background-color: #B1908F; }
a { background-color: rgb(177,144,143); }
div.DivClassName
{
background-color: #B1908F;
}
.BgClassName
{
background-color: #B1908F;
}
</style>
border-color css
<style>
span { border-color: #B1908F; }
span { border-color: rgb(177,144,143); }
td.TdClassName
{
border-color: #B1908F;
}
.TagClassName
{
border-color: #B1908F;
}
</style>