Shades of Thatch #B48F86
Tints of Thatch #B48F86
RGB
CMYK
RGB Variations
Color information
#B48F86 (or 0xB48F86) is known color: Thatch. HEX triplet: B4, 8F and 86. RGB value is (180,143,134). Sum of RGB (Red+Green+Blue) = 180+143+134=457 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.39% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 180 - color contains mainly: red. Hex color #B48F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48F86 is #4B7079. Grayscale: #999999. Windows color (decimal): -4943994 or 8818612. OLE color: 8818612.
HSL color Cylindrical-coordinate representation of color #B48F86: hue angle of 11.74º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B48F86 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 143 | 134 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.29 |
| HSL | 11.74º | 0.23% | 0.62% | - |
| HSV(B) | 11.74º | 0.26% | 0.71% | - |
| XYZ | 32.95 | 31.07 | 26.81 | - |
| YUV | 153.04 | 117.26 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 143 | 134 | 0 | 0.21 | 0.26 | 0.29 | 11.74 | 0.23 | 0.62 |
| Hex | B4 | 8F | 86 | 0 | 15 | 1A | 1D | C | 17 | 3E |
| Octal | 264 | 217 | 206 | 0 | 25 | 32 | 35 | 14 | 27 | 76 |
| Binary | 10110100 | 10001111 | 10000110 | 0 | 10101 | 11010 | 11101 | 1100 | 10111 | 111110 |
Color Harmonies of #B48F86
Complementary color
Monochromatic Colors of #B48F86
Black with #B48F86
Text Example
Text Example
White with #B48F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48F86; }
p { color: rgb(180,143,134); }
H1.HeaderClassName
{
color: #B48F86;
}
.AnyTagClassName
{
color: #B48F86;
}
</style>
background-color css
<style>
a { background-color: #B48F86; }
a { background-color: rgb(180,143,134); }
div.DivClassName
{
background-color: #B48F86;
}
.BgClassName
{
background-color: #B48F86;
}
</style>
border-color css
<style>
span { border-color: #B48F86; }
span { border-color: rgb(180,143,134); }
td.TdClassName
{
border-color: #B48F86;
}
.TagClassName
{
border-color: #B48F86;
}
</style>