Shades of Thatch #B38C88
Tints of Thatch #B38C88
RGB
CMYK
RGB Variations
Color information
#B38C88 (or 0xB38C88) is known color: Thatch. HEX triplet: B3, 8C and 88. RGB value is (179,140,136). Sum of RGB (Red+Green+Blue) = 179+140+136=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 140 (55.08% from 255 or 30.77% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38C88 is #4C7377. Grayscale: #979797. Windows color (decimal): -5010296 or 8948915. OLE color: 8948915.
HSL color Cylindrical-coordinate representation of color #B38C88: hue angle of 5.58º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B38C88 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 140 | 136 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.30 |
| HSL | 5.58º | 0.22% | 0.62% | - |
| HSV(B) | 5.58º | 0.24% | 0.7% | - |
| XYZ | 32.41 | 30.12 | 27.4 | - |
| YUV | 151.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 140 | 136 | 0 | 0.22 | 0.24 | 0.30 | 5.58 | 0.22 | 0.62 |
| Hex | B3 | 8C | 88 | 0 | 16 | 18 | 1E | 6 | 16 | 3E |
| Octal | 263 | 214 | 210 | 0 | 26 | 30 | 36 | 6 | 26 | 76 |
| Binary | 10110011 | 10001100 | 10001000 | 0 | 10110 | 11000 | 11110 | 110 | 10110 | 111110 |
Color Harmonies of #B38C88
Complementary color
Monochromatic Colors of #B38C88
Black with #B38C88
Text Example
Text Example
White with #B38C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38C88; }
p { color: rgb(179,140,136); }
H1.HeaderClassName
{
color: #B38C88;
}
.AnyTagClassName
{
color: #B38C88;
}
</style>
background-color css
<style>
a { background-color: #B38C88; }
a { background-color: rgb(179,140,136); }
div.DivClassName
{
background-color: #B38C88;
}
.BgClassName
{
background-color: #B38C88;
}
</style>
border-color css
<style>
span { border-color: #B38C88; }
span { border-color: rgb(179,140,136); }
td.TdClassName
{
border-color: #B38C88;
}
.TagClassName
{
border-color: #B38C88;
}
</style>