Shades of Thatch #B18B85
Tints of Thatch #B18B85
RGB
CMYK
RGB Variations
Color information
#B18B85 (or 0xB18B85) is known color: Thatch. HEX triplet: B1, 8B and 85. RGB value is (177,139,133). Sum of RGB (Red+Green+Blue) = 177+139+133=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B18B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18B85 is #4E747A. Grayscale: #959595. Windows color (decimal): -5141627 or 8752049. OLE color: 8752049.
HSL color Cylindrical-coordinate representation of color #B18B85: hue angle of 8.18º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18B85 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 139 | 133 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.31 |
| HSL | 8.18º | 0.22% | 0.61% | - |
| HSV(B) | 8.18º | 0.25% | 0.69% | - |
| XYZ | 31.6 | 29.51 | 26.22 | - |
| YUV | 149.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 139 | 133 | 0 | 0.21 | 0.25 | 0.31 | 8.18 | 0.22 | 0.61 |
| Hex | B1 | 8B | 85 | 0 | 15 | 19 | 1F | 8 | 16 | 3D |
| Octal | 261 | 213 | 205 | 0 | 25 | 31 | 37 | 10 | 26 | 75 |
| Binary | 10110001 | 10001011 | 10000101 | 0 | 10101 | 11001 | 11111 | 1000 | 10110 | 111101 |
Color Harmonies of #B18B85
Complementary color
Monochromatic Colors of #B18B85
Black with #B18B85
Text Example
Text Example
White with #B18B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18B85; }
p { color: rgb(177,139,133); }
H1.HeaderClassName
{
color: #B18B85;
}
.AnyTagClassName
{
color: #B18B85;
}
</style>
background-color css
<style>
a { background-color: #B18B85; }
a { background-color: rgb(177,139,133); }
div.DivClassName
{
background-color: #B18B85;
}
.BgClassName
{
background-color: #B18B85;
}
</style>
border-color css
<style>
span { border-color: #B18B85; }
span { border-color: rgb(177,139,133); }
td.TdClassName
{
border-color: #B18B85;
}
.TagClassName
{
border-color: #B18B85;
}
</style>