Shades of Thatch #B38C85
Tints of Thatch #B38C85
RGB
CMYK
RGB Variations
Color information
#B38C85 (or 0xB38C85) is known color: Thatch. HEX triplet: B3, 8C and 85. RGB value is (179,140,133). Sum of RGB (Red+Green+Blue) = 179+140+133=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38C85 is #4C737A. Grayscale: #969696. Windows color (decimal): -5010299 or 8752307. OLE color: 8752307.
HSL color Cylindrical-coordinate representation of color #B38C85: hue angle of 9.13º 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 #B38C85 is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 140 | 133 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.30 |
| HSL | 9.13º | 0.23% | 0.61% | - |
| HSV(B) | 9.13º | 0.26% | 0.7% | - |
| XYZ | 32.2 | 30.03 | 26.29 | - |
| YUV | 150.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 133 | 0 | 0.22 | 0.26 | 0.30 | 9.13 | 0.23 | 0.61 |
| Hex | B3 | 8C | 85 | 0 | 16 | 1A | 1E | 9 | 17 | 3D |
| Octal | 263 | 214 | 205 | 0 | 26 | 32 | 36 | 11 | 27 | 75 |
| Binary | 10110011 | 10001100 | 10000101 | 0 | 10110 | 11010 | 11110 | 1001 | 10111 | 111101 |
Color Harmonies of #B38C85
Complementary color
Monochromatic Colors of #B38C85
Black with #B38C85
Text Example
Text Example
White with #B38C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38C85; }
p { color: rgb(179,140,133); }
H1.HeaderClassName
{
color: #B38C85;
}
.AnyTagClassName
{
color: #B38C85;
}
</style>
background-color css
<style>
a { background-color: #B38C85; }
a { background-color: rgb(179,140,133); }
div.DivClassName
{
background-color: #B38C85;
}
.BgClassName
{
background-color: #B38C85;
}
</style>
border-color css
<style>
span { border-color: #B38C85; }
span { border-color: rgb(179,140,133); }
td.TdClassName
{
border-color: #B38C85;
}
.TagClassName
{
border-color: #B38C85;
}
</style>