Shades of Thatch #B2918D
Tints of Thatch #B2918D
RGB
CMYK
RGB Variations
Color information
#B2918D (or 0xB2918D) is known color: Thatch. HEX triplet: B2, 91 and 8D. RGB value is (178,145,141). Sum of RGB (Red+Green+Blue) = 178+145+141=464 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.36% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 178 - color contains mainly: red. Hex color #B2918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2918D is #4D6E72. Grayscale: #9A9A9A. Windows color (decimal): -5074547 or 9277874. OLE color: 9277874.
HSL color Cylindrical-coordinate representation of color #B2918D: hue angle of 6.49º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2918D is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 141 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.30 |
| HSL | 6.49º | 0.19% | 0.63% | - |
| HSV(B) | 6.49º | 0.21% | 0.7% | - |
| XYZ | 33.29 | 31.64 | 29.55 | - |
| YUV | 154.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 141 | 0 | 0.19 | 0.21 | 0.30 | 6.49 | 0.19 | 0.63 |
| Hex | B2 | 91 | 8D | 0 | 13 | 15 | 1E | 6 | 13 | 3F |
| Octal | 262 | 221 | 215 | 0 | 23 | 25 | 36 | 6 | 23 | 77 |
| Binary | 10110010 | 10010001 | 10001101 | 0 | 10011 | 10101 | 11110 | 110 | 10011 | 111111 |
Color Harmonies of #B2918D
Complementary color
Monochromatic Colors of #B2918D
Black with #B2918D
Text Example
Text Example
White with #B2918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2918D; }
p { color: rgb(178,145,141); }
H1.HeaderClassName
{
color: #B2918D;
}
.AnyTagClassName
{
color: #B2918D;
}
</style>
background-color css
<style>
a { background-color: #B2918D; }
a { background-color: rgb(178,145,141); }
div.DivClassName
{
background-color: #B2918D;
}
.BgClassName
{
background-color: #B2918D;
}
</style>
border-color css
<style>
span { border-color: #B2918D; }
span { border-color: rgb(178,145,141); }
td.TdClassName
{
border-color: #B2918D;
}
.TagClassName
{
border-color: #B2918D;
}
</style>