Shades of Thatch #B38F85
Tints of Thatch #B38F85
RGB
CMYK
RGB Variations
Color information
#B38F85 (or 0xB38F85) is known color: Thatch. HEX triplet: B3, 8F and 85. RGB value is (179,143,133). Sum of RGB (Red+Green+Blue) = 179+143+133=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 133 (52.34% from 255 or 29.23% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38F85 is #4C707A. Grayscale: #989898. Windows color (decimal): -5009531 or 8753075. OLE color: 8753075.
HSL color Cylindrical-coordinate representation of color #B38F85: hue angle of 13.04º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B38F85 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 143 | 133 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.30 |
| HSL | 13.04º | 0.23% | 0.61% | - |
| HSV(B) | 13.04º | 0.26% | 0.7% | - |
| XYZ | 32.65 | 30.92 | 26.44 | - |
| YUV | 152.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 143 | 133 | 0 | 0.20 | 0.26 | 0.30 | 13.04 | 0.23 | 0.61 |
| Hex | B3 | 8F | 85 | 0 | 14 | 1A | 1E | D | 17 | 3D |
| Octal | 263 | 217 | 205 | 0 | 24 | 32 | 36 | 15 | 27 | 75 |
| Binary | 10110011 | 10001111 | 10000101 | 0 | 10100 | 11010 | 11110 | 1101 | 10111 | 111101 |
Color Harmonies of #B38F85
Complementary color
Monochromatic Colors of #B38F85
Black with #B38F85
Text Example
Text Example
White with #B38F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38F85; }
p { color: rgb(179,143,133); }
H1.HeaderClassName
{
color: #B38F85;
}
.AnyTagClassName
{
color: #B38F85;
}
</style>
background-color css
<style>
a { background-color: #B38F85; }
a { background-color: rgb(179,143,133); }
div.DivClassName
{
background-color: #B38F85;
}
.BgClassName
{
background-color: #B38F85;
}
</style>
border-color css
<style>
span { border-color: #B38F85; }
span { border-color: rgb(179,143,133); }
td.TdClassName
{
border-color: #B38F85;
}
.TagClassName
{
border-color: #B38F85;
}
</style>