Shades of Thatch #B38C87
Tints of Thatch #B38C87
RGB
CMYK
RGB Variations
Color information
#B38C87 (or 0xB38C87) is known color: Thatch. HEX triplet: B3, 8C and 87. RGB value is (179,140,135). Sum of RGB (Red+Green+Blue) = 179+140+135=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 140 (55.08% from 255 or 30.84% from 454); Blue value is 135 (53.12% from 255 or 29.74% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38C87 is #4C7378. Grayscale: #979797. Windows color (decimal): -5010297 or 8883379. OLE color: 8883379.
HSL color Cylindrical-coordinate representation of color #B38C87: hue angle of 6.82º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B38C87 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 140 | 135 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.30 |
| HSL | 6.82º | 0.22% | 0.62% | - |
| HSV(B) | 6.82º | 0.25% | 0.7% | - |
| XYZ | 32.34 | 30.09 | 27.02 | - |
| YUV | 151.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 135 | 0 | 0.22 | 0.25 | 0.30 | 6.82 | 0.22 | 0.62 |
| Hex | B3 | 8C | 87 | 0 | 16 | 19 | 1E | 7 | 16 | 3E |
| Octal | 263 | 214 | 207 | 0 | 26 | 31 | 36 | 7 | 26 | 76 |
| Binary | 10110011 | 10001100 | 10000111 | 0 | 10110 | 11001 | 11110 | 111 | 10110 | 111110 |
Color Harmonies of #B38C87
Complementary color
Monochromatic Colors of #B38C87
Black with #B38C87
Text Example
Text Example
White with #B38C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38C87; }
p { color: rgb(179,140,135); }
H1.HeaderClassName
{
color: #B38C87;
}
.AnyTagClassName
{
color: #B38C87;
}
</style>
background-color css
<style>
a { background-color: #B38C87; }
a { background-color: rgb(179,140,135); }
div.DivClassName
{
background-color: #B38C87;
}
.BgClassName
{
background-color: #B38C87;
}
</style>
border-color css
<style>
span { border-color: #B38C87; }
span { border-color: rgb(179,140,135); }
td.TdClassName
{
border-color: #B38C87;
}
.TagClassName
{
border-color: #B38C87;
}
</style>