Shades of Thatch #B18D85
Tints of Thatch #B18D85
RGB
CMYK
RGB Variations
Color information
#B18D85 (or 0xB18D85) is known color: Thatch. HEX triplet: B1, 8D and 85. RGB value is (177,141,133). Sum of RGB (Red+Green+Blue) = 177+141+133=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18D85 is #4E727A. Grayscale: #969696. Windows color (decimal): -5141115 or 8752561. OLE color: 8752561.
HSL color Cylindrical-coordinate representation of color #B18D85: hue angle of 10.91º 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 #B18D85 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 133 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.31 |
| HSL | 10.91º | 0.22% | 0.61% | - |
| HSV(B) | 10.91º | 0.25% | 0.69% | - |
| XYZ | 31.89 | 30.09 | 26.32 | - |
| YUV | 150.85 | 117.93 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 133 | 0 | 0.20 | 0.25 | 0.31 | 10.91 | 0.22 | 0.61 |
| Hex | B1 | 8D | 85 | 0 | 14 | 19 | 1F | B | 16 | 3D |
| Octal | 261 | 215 | 205 | 0 | 24 | 31 | 37 | 13 | 26 | 75 |
| Binary | 10110001 | 10001101 | 10000101 | 0 | 10100 | 11001 | 11111 | 1011 | 10110 | 111101 |
Color Harmonies of #B18D85
Complementary color
Monochromatic Colors of #B18D85
Black with #B18D85
Text Example
Text Example
White with #B18D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D85; }
p { color: rgb(177,141,133); }
H1.HeaderClassName
{
color: #B18D85;
}
.AnyTagClassName
{
color: #B18D85;
}
</style>
background-color css
<style>
a { background-color: #B18D85; }
a { background-color: rgb(177,141,133); }
div.DivClassName
{
background-color: #B18D85;
}
.BgClassName
{
background-color: #B18D85;
}
</style>
border-color css
<style>
span { border-color: #B18D85; }
span { border-color: rgb(177,141,133); }
td.TdClassName
{
border-color: #B18D85;
}
.TagClassName
{
border-color: #B18D85;
}
</style>