Shades of Thatch #B1908B
Tints of Thatch #B1908B
RGB
CMYK
RGB Variations
Color information
#B1908B (or 0xB1908B) is known color: Thatch. HEX triplet: B1, 90 and 8B. RGB value is (177,144,139). Sum of RGB (Red+Green+Blue) = 177+144+139=460 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.48% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 177 - color contains mainly: red. Hex color #B1908B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1908B is #4E6F74. Grayscale: #999999. Windows color (decimal): -5140341 or 9146545. OLE color: 9146545.
HSL color Cylindrical-coordinate representation of color #B1908B: hue angle of 7.89º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1908B is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 144 | 139 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.31 |
| HSL | 7.89º | 0.2% | 0.62% | - |
| HSV(B) | 7.89º | 0.21% | 0.69% | - |
| XYZ | 32.76 | 31.16 | 28.71 | - |
| YUV | 153.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 144 | 139 | 0 | 0.19 | 0.21 | 0.31 | 7.89 | 0.2 | 0.62 |
| Hex | B1 | 90 | 8B | 0 | 13 | 15 | 1F | 8 | 14 | 3E |
| Octal | 261 | 220 | 213 | 0 | 23 | 25 | 37 | 10 | 24 | 76 |
| Binary | 10110001 | 10010000 | 10001011 | 0 | 10011 | 10101 | 11111 | 1000 | 10100 | 111110 |
Color Harmonies of #B1908B
Complementary color
Monochromatic Colors of #B1908B
Black with #B1908B
Text Example
Text Example
White with #B1908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1908B; }
p { color: rgb(177,144,139); }
H1.HeaderClassName
{
color: #B1908B;
}
.AnyTagClassName
{
color: #B1908B;
}
</style>
background-color css
<style>
a { background-color: #B1908B; }
a { background-color: rgb(177,144,139); }
div.DivClassName
{
background-color: #B1908B;
}
.BgClassName
{
background-color: #B1908B;
}
</style>
border-color css
<style>
span { border-color: #B1908B; }
span { border-color: rgb(177,144,139); }
td.TdClassName
{
border-color: #B1908B;
}
.TagClassName
{
border-color: #B1908B;
}
</style>