Shades of Thatch #B1958E
Tints of Thatch #B1958E
RGB
CMYK
RGB Variations
Color information
#B1958E (or 0xB1958E) is known color: Thatch. HEX triplet: B1, 95 and 8E. RGB value is (177,149,142). Sum of RGB (Red+Green+Blue) = 177+149+142=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 177 - color contains mainly: red. Hex color #B1958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1958E is #4E6A71. Grayscale: #9C9C9C. Windows color (decimal): -5139058 or 9344433. OLE color: 9344433.
HSL color Cylindrical-coordinate representation of color #B1958E: hue angle of 12º 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 #B1958E is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 149 | 142 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.31 |
| HSL | 12º | 0.18% | 0.63% | - |
| HSV(B) | 12º | 0.2% | 0.69% | - |
| XYZ | 33.76 | 32.8 | 30.14 | - |
| YUV | 156.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 149 | 142 | 0 | 0.16 | 0.20 | 0.31 | 12 | 0.18 | 0.63 |
| Hex | B1 | 95 | 8E | 0 | 10 | 14 | 1F | C | 12 | 3F |
| Octal | 261 | 225 | 216 | 0 | 20 | 24 | 37 | 14 | 22 | 77 |
| Binary | 10110001 | 10010101 | 10001110 | 0 | 10000 | 10100 | 11111 | 1100 | 10010 | 111111 |
Color Harmonies of #B1958E
Complementary color
Monochromatic Colors of #B1958E
Black with #B1958E
Text Example
Text Example
White with #B1958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1958E; }
p { color: rgb(177,149,142); }
H1.HeaderClassName
{
color: #B1958E;
}
.AnyTagClassName
{
color: #B1958E;
}
</style>
background-color css
<style>
a { background-color: #B1958E; }
a { background-color: rgb(177,149,142); }
div.DivClassName
{
background-color: #B1958E;
}
.BgClassName
{
background-color: #B1958E;
}
</style>
border-color css
<style>
span { border-color: #B1958E; }
span { border-color: rgb(177,149,142); }
td.TdClassName
{
border-color: #B1958E;
}
.TagClassName
{
border-color: #B1958E;
}
</style>