Shades of Thatch #B38A86
Tints of Thatch #B38A86
RGB
CMYK
RGB Variations
Color information
#B38A86 (or 0xB38A86) is known color: Thatch. HEX triplet: B3, 8A and 86. RGB value is (179,138,134). Sum of RGB (Red+Green+Blue) = 179+138+134=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B38A86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38A86 is #4C7579. Grayscale: #959595. Windows color (decimal): -5010810 or 8817331. OLE color: 8817331.
HSL color Cylindrical-coordinate representation of color #B38A86: hue angle of 5.33º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B38A86 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 138 | 134 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.30 |
| HSL | 5.33º | 0.23% | 0.61% | - |
| HSV(B) | 5.33º | 0.25% | 0.7% | - |
| XYZ | 31.98 | 29.48 | 26.56 | - |
| YUV | 149.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 138 | 134 | 0 | 0.23 | 0.25 | 0.30 | 5.33 | 0.23 | 0.61 |
| Hex | B3 | 8A | 86 | 0 | 17 | 19 | 1E | 5 | 17 | 3D |
| Octal | 263 | 212 | 206 | 0 | 27 | 31 | 36 | 5 | 27 | 75 |
| Binary | 10110011 | 10001010 | 10000110 | 0 | 10111 | 11001 | 11110 | 101 | 10111 | 111101 |
Color Harmonies of #B38A86
Complementary color
Monochromatic Colors of #B38A86
Black with #B38A86
Text Example
Text Example
White with #B38A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38A86; }
p { color: rgb(179,138,134); }
H1.HeaderClassName
{
color: #B38A86;
}
.AnyTagClassName
{
color: #B38A86;
}
</style>
background-color css
<style>
a { background-color: #B38A86; }
a { background-color: rgb(179,138,134); }
div.DivClassName
{
background-color: #B38A86;
}
.BgClassName
{
background-color: #B38A86;
}
</style>
border-color css
<style>
span { border-color: #B38A86; }
span { border-color: rgb(179,138,134); }
td.TdClassName
{
border-color: #B38A86;
}
.TagClassName
{
border-color: #B38A86;
}
</style>