Shades of Thatch #B48C86
Tints of Thatch #B48C86
RGB
CMYK
RGB Variations
Color information
#B48C86 (or 0xB48C86) is known color: Thatch. HEX triplet: B4, 8C and 86. RGB value is (180,140,134). Sum of RGB (Red+Green+Blue) = 180+140+134=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B48C86 is #4B7379. Grayscale: #979797. Windows color (decimal): -4944762 or 8817844. OLE color: 8817844.
HSL color Cylindrical-coordinate representation of color #B48C86: hue angle of 7.83º 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 #B48C86 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 140 | 134 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.29 |
| HSL | 7.83º | 0.23% | 0.62% | - |
| HSV(B) | 7.83º | 0.26% | 0.71% | - |
| XYZ | 32.5 | 30.18 | 26.67 | - |
| YUV | 151.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 140 | 134 | 0 | 0.22 | 0.26 | 0.29 | 7.83 | 0.23 | 0.62 |
| Hex | B4 | 8C | 86 | 0 | 16 | 1A | 1D | 8 | 17 | 3E |
| Octal | 264 | 214 | 206 | 0 | 26 | 32 | 35 | 10 | 27 | 76 |
| Binary | 10110100 | 10001100 | 10000110 | 0 | 10110 | 11010 | 11101 | 1000 | 10111 | 111110 |
Color Harmonies of #B48C86
Complementary color
Monochromatic Colors of #B48C86
Black with #B48C86
Text Example
Text Example
White with #B48C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B48C86; }
p { color: rgb(180,140,134); }
H1.HeaderClassName
{
color: #B48C86;
}
.AnyTagClassName
{
color: #B48C86;
}
</style>
background-color css
<style>
a { background-color: #B48C86; }
a { background-color: rgb(180,140,134); }
div.DivClassName
{
background-color: #B48C86;
}
.BgClassName
{
background-color: #B48C86;
}
</style>
border-color css
<style>
span { border-color: #B48C86; }
span { border-color: rgb(180,140,134); }
td.TdClassName
{
border-color: #B48C86;
}
.TagClassName
{
border-color: #B48C86;
}
</style>