Shades of Thatch #B28A87
Tints of Thatch #B28A87
RGB
CMYK
RGB Variations
Color information
#B28A87 (or 0xB28A87) is known color: Thatch. HEX triplet: B2, 8A and 87. RGB value is (178,138,135). Sum of RGB (Red+Green+Blue) = 178+138+135=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 135 (53.12% from 255 or 29.93% from 451); Max value from RGB is 178 - color contains mainly: red. Hex color #B28A87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28A87 is #4D7578. Grayscale: #959595. Windows color (decimal): -5076345 or 8882866. OLE color: 8882866.
HSL color Cylindrical-coordinate representation of color #B28A87: hue angle of 4.19º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B28A87 is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 138 | 135 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.30 |
| HSL | 4.19º | 0.22% | 0.61% | - |
| HSV(B) | 4.19º | 0.24% | 0.7% | - |
| XYZ | 31.82 | 29.39 | 26.92 | - |
| YUV | 149.62 | 119.75 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 138 | 135 | 0 | 0.22 | 0.24 | 0.30 | 4.19 | 0.22 | 0.61 |
| Hex | B2 | 8A | 87 | 0 | 16 | 18 | 1E | 4 | 16 | 3D |
| Octal | 262 | 212 | 207 | 0 | 26 | 30 | 36 | 4 | 26 | 75 |
| Binary | 10110010 | 10001010 | 10000111 | 0 | 10110 | 11000 | 11110 | 100 | 10110 | 111101 |
Color Harmonies of #B28A87
Complementary color
Monochromatic Colors of #B28A87
Black with #B28A87
Text Example
Text Example
White with #B28A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28A87; }
p { color: rgb(178,138,135); }
H1.HeaderClassName
{
color: #B28A87;
}
.AnyTagClassName
{
color: #B28A87;
}
</style>
background-color css
<style>
a { background-color: #B28A87; }
a { background-color: rgb(178,138,135); }
div.DivClassName
{
background-color: #B28A87;
}
.BgClassName
{
background-color: #B28A87;
}
</style>
border-color css
<style>
span { border-color: #B28A87; }
span { border-color: rgb(178,138,135); }
td.TdClassName
{
border-color: #B28A87;
}
.TagClassName
{
border-color: #B28A87;
}
</style>