Shades of Thatch #B28F84
Tints of Thatch #B28F84
RGB
CMYK
RGB Variations
Color information
#B28F84 (or 0xB28F84) is known color: Thatch. HEX triplet: B2, 8F and 84. RGB value is (178,143,132). Sum of RGB (Red+Green+Blue) = 178+143+132=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 132 (51.95% from 255 or 29.14% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B28F84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28F84 is #4D707B. Grayscale: #989898. Windows color (decimal): -5075068 or 8687538. OLE color: 8687538.
HSL color Cylindrical-coordinate representation of color #B28F84: hue angle of 14.35º 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 #B28F84 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 143 | 132 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.30 |
| HSL | 14.35º | 0.23% | 0.61% | - |
| HSV(B) | 14.35º | 0.26% | 0.7% | - |
| XYZ | 32.35 | 30.78 | 26.07 | - |
| YUV | 152.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 143 | 132 | 0 | 0.20 | 0.26 | 0.30 | 14.35 | 0.23 | 0.61 |
| Hex | B2 | 8F | 84 | 0 | 14 | 1A | 1E | E | 17 | 3D |
| Octal | 262 | 217 | 204 | 0 | 24 | 32 | 36 | 16 | 27 | 75 |
| Binary | 10110010 | 10001111 | 10000100 | 0 | 10100 | 11010 | 11110 | 1110 | 10111 | 111101 |
Color Harmonies of #B28F84
Complementary color
Monochromatic Colors of #B28F84
Black with #B28F84
Text Example
Text Example
White with #B28F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28F84; }
p { color: rgb(178,143,132); }
H1.HeaderClassName
{
color: #B28F84;
}
.AnyTagClassName
{
color: #B28F84;
}
</style>
background-color css
<style>
a { background-color: #B28F84; }
a { background-color: rgb(178,143,132); }
div.DivClassName
{
background-color: #B28F84;
}
.BgClassName
{
background-color: #B28F84;
}
</style>
border-color css
<style>
span { border-color: #B28F84; }
span { border-color: rgb(178,143,132); }
td.TdClassName
{
border-color: #B28F84;
}
.TagClassName
{
border-color: #B28F84;
}
</style>