Shades of Thatch #B38B87
Tints of Thatch #B38B87
RGB
CMYK
RGB Variations
Color information
#B38B87 (or 0xB38B87) is known color: Thatch. HEX triplet: B3, 8B and 87. RGB value is (179,139,135). Sum of RGB (Red+Green+Blue) = 179+139+135=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 139 (54.69% from 255 or 30.68% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B38B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38B87 is #4C7478. Grayscale: #969696. Windows color (decimal): -5010553 or 8883123. OLE color: 8883123.
HSL color Cylindrical-coordinate representation of color #B38B87: hue angle of 5.45º 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 #B38B87 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 139 | 135 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.30 |
| HSL | 5.45º | 0.22% | 0.62% | - |
| HSV(B) | 5.45º | 0.25% | 0.7% | - |
| XYZ | 32.2 | 29.8 | 26.98 | - |
| YUV | 150.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 139 | 135 | 0 | 0.22 | 0.25 | 0.30 | 5.45 | 0.22 | 0.62 |
| Hex | B3 | 8B | 87 | 0 | 16 | 19 | 1E | 5 | 16 | 3E |
| Octal | 263 | 213 | 207 | 0 | 26 | 31 | 36 | 5 | 26 | 76 |
| Binary | 10110011 | 10001011 | 10000111 | 0 | 10110 | 11001 | 11110 | 101 | 10110 | 111110 |
Color Harmonies of #B38B87
Complementary color
Monochromatic Colors of #B38B87
Black with #B38B87
Text Example
Text Example
White with #B38B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38B87; }
p { color: rgb(179,139,135); }
H1.HeaderClassName
{
color: #B38B87;
}
.AnyTagClassName
{
color: #B38B87;
}
</style>
background-color css
<style>
a { background-color: #B38B87; }
a { background-color: rgb(179,139,135); }
div.DivClassName
{
background-color: #B38B87;
}
.BgClassName
{
background-color: #B38B87;
}
</style>
border-color css
<style>
span { border-color: #B38B87; }
span { border-color: rgb(179,139,135); }
td.TdClassName
{
border-color: #B38B87;
}
.TagClassName
{
border-color: #B38B87;
}
</style>