Shades of Thatch #B18B86
Tints of Thatch #B18B86
RGB
CMYK
RGB Variations
Color information
#B18B86 (or 0xB18B86) is known color: Thatch. HEX triplet: B1, 8B and 86. RGB value is (177,139,134). Sum of RGB (Red+Green+Blue) = 177+139+134=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18B86 is #4E7479. Grayscale: #959595. Windows color (decimal): -5141626 or 8817585. OLE color: 8817585.
HSL color Cylindrical-coordinate representation of color #B18B86: hue angle of 6.98º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B18B86 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 139 | 134 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.31 |
| HSL | 6.98º | 0.22% | 0.61% | - |
| HSV(B) | 6.98º | 0.24% | 0.69% | - |
| XYZ | 31.67 | 29.53 | 26.59 | - |
| YUV | 149.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 134 | 0 | 0.21 | 0.24 | 0.31 | 6.98 | 0.22 | 0.61 |
| Hex | B1 | 8B | 86 | 0 | 15 | 18 | 1F | 7 | 16 | 3D |
| Octal | 261 | 213 | 206 | 0 | 25 | 30 | 37 | 7 | 26 | 75 |
| Binary | 10110001 | 10001011 | 10000110 | 0 | 10101 | 11000 | 11111 | 111 | 10110 | 111101 |
Color Harmonies of #B18B86
Complementary color
Monochromatic Colors of #B18B86
Black with #B18B86
Text Example
Text Example
White with #B18B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18B86; }
p { color: rgb(177,139,134); }
H1.HeaderClassName
{
color: #B18B86;
}
.AnyTagClassName
{
color: #B18B86;
}
</style>
background-color css
<style>
a { background-color: #B18B86; }
a { background-color: rgb(177,139,134); }
div.DivClassName
{
background-color: #B18B86;
}
.BgClassName
{
background-color: #B18B86;
}
</style>
border-color css
<style>
span { border-color: #B18B86; }
span { border-color: rgb(177,139,134); }
td.TdClassName
{
border-color: #B18B86;
}
.TagClassName
{
border-color: #B18B86;
}
</style>