Shades of Thatch #B28D88
Tints of Thatch #B28D88
RGB
CMYK
RGB Variations
Color information
#B28D88 (or 0xB28D88) is known color: Thatch. HEX triplet: B2, 8D and 88. RGB value is (178,141,136). Sum of RGB (Red+Green+Blue) = 178+141+136=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 178 - color contains mainly: red. Hex color #B28D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28D88 is #4D7277. Grayscale: #979797. Windows color (decimal): -5075576 or 8949170. OLE color: 8949170.
HSL color Cylindrical-coordinate representation of color #B28D88: hue angle of 7.14º degrees, saturation: 0.21, 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 #B28D88 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 141 | 136 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.30 |
| HSL | 7.14º | 0.21% | 0.62% | - |
| HSV(B) | 7.14º | 0.24% | 0.7% | - |
| XYZ | 32.33 | 30.29 | 27.44 | - |
| YUV | 151.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 141 | 136 | 0 | 0.21 | 0.24 | 0.30 | 7.14 | 0.21 | 0.62 |
| Hex | B2 | 8D | 88 | 0 | 15 | 18 | 1E | 7 | 15 | 3E |
| Octal | 262 | 215 | 210 | 0 | 25 | 30 | 36 | 7 | 25 | 76 |
| Binary | 10110010 | 10001101 | 10001000 | 0 | 10101 | 11000 | 11110 | 111 | 10101 | 111110 |
Color Harmonies of #B28D88
Complementary color
Monochromatic Colors of #B28D88
Black with #B28D88
Text Example
Text Example
White with #B28D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28D88; }
p { color: rgb(178,141,136); }
H1.HeaderClassName
{
color: #B28D88;
}
.AnyTagClassName
{
color: #B28D88;
}
</style>
background-color css
<style>
a { background-color: #B28D88; }
a { background-color: rgb(178,141,136); }
div.DivClassName
{
background-color: #B28D88;
}
.BgClassName
{
background-color: #B28D88;
}
</style>
border-color css
<style>
span { border-color: #B28D88; }
span { border-color: rgb(178,141,136); }
td.TdClassName
{
border-color: #B28D88;
}
.TagClassName
{
border-color: #B28D88;
}
</style>