Shades of Thatch #B3918D
Tints of Thatch #B3918D
RGB
CMYK
RGB Variations
Color information
#B3918D (or 0xB3918D) is known color: Thatch. HEX triplet: B3, 91 and 8D. RGB value is (179,145,141). Sum of RGB (Red+Green+Blue) = 179+145+141=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B3918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3918D is #4C6E72. Grayscale: #9A9A9A. Windows color (decimal): -5009011 or 9277875. OLE color: 9277875.
HSL color Cylindrical-coordinate representation of color #B3918D: hue angle of 6.32º degrees, saturation: 0.2, 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 #B3918D is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 145 | 141 | - |
| CMYK | 0 | 0.19 | 0.21 | 0.30 |
| HSL | 6.32º | 0.2% | 0.63% | - |
| HSV(B) | 6.32º | 0.21% | 0.7% | - |
| XYZ | 33.52 | 31.76 | 29.56 | - |
| YUV | 154.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 141 | 0 | 0.19 | 0.21 | 0.30 | 6.32 | 0.2 | 0.63 |
| Hex | B3 | 91 | 8D | 0 | 13 | 15 | 1E | 6 | 14 | 3F |
| Octal | 263 | 221 | 215 | 0 | 23 | 25 | 36 | 6 | 24 | 77 |
| Binary | 10110011 | 10010001 | 10001101 | 0 | 10011 | 10101 | 11110 | 110 | 10100 | 111111 |
Color Harmonies of #B3918D
Complementary color
Monochromatic Colors of #B3918D
Black with #B3918D
Text Example
Text Example
White with #B3918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3918D; }
p { color: rgb(179,145,141); }
H1.HeaderClassName
{
color: #B3918D;
}
.AnyTagClassName
{
color: #B3918D;
}
</style>
background-color css
<style>
a { background-color: #B3918D; }
a { background-color: rgb(179,145,141); }
div.DivClassName
{
background-color: #B3918D;
}
.BgClassName
{
background-color: #B3918D;
}
</style>
border-color css
<style>
span { border-color: #B3918D; }
span { border-color: rgb(179,145,141); }
td.TdClassName
{
border-color: #B3918D;
}
.TagClassName
{
border-color: #B3918D;
}
</style>