Shades of Thatch #B3968F
Tints of Thatch #B3968F
RGB
CMYK
RGB Variations
Color information
#B3968F (or 0xB3968F) is known color: Thatch. HEX triplet: B3, 96 and 8F. RGB value is (179,150,143). Sum of RGB (Red+Green+Blue) = 179+150+143=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B3968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3968F is #4C6970. Grayscale: #9D9D9D. Windows color (decimal): -5007729 or 9410227. OLE color: 9410227.
HSL color Cylindrical-coordinate representation of color #B3968F: hue angle of 11.67º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B3968F is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 150 | 143 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.30 |
| HSL | 11.67º | 0.19% | 0.63% | - |
| HSV(B) | 11.67º | 0.2% | 0.7% | - |
| XYZ | 34.45 | 33.38 | 30.61 | - |
| YUV | 157.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 150 | 143 | 0 | 0.16 | 0.20 | 0.30 | 11.67 | 0.19 | 0.63 |
| Hex | B3 | 96 | 8F | 0 | 10 | 14 | 1E | C | 13 | 3F |
| Octal | 263 | 226 | 217 | 0 | 20 | 24 | 36 | 14 | 23 | 77 |
| Binary | 10110011 | 10010110 | 10001111 | 0 | 10000 | 10100 | 11110 | 1100 | 10011 | 111111 |
Color Harmonies of #B3968F
Complementary color
Monochromatic Colors of #B3968F
Black with #B3968F
Text Example
Text Example
White with #B3968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3968F; }
p { color: rgb(179,150,143); }
H1.HeaderClassName
{
color: #B3968F;
}
.AnyTagClassName
{
color: #B3968F;
}
</style>
background-color css
<style>
a { background-color: #B3968F; }
a { background-color: rgb(179,150,143); }
div.DivClassName
{
background-color: #B3968F;
}
.BgClassName
{
background-color: #B3968F;
}
</style>
border-color css
<style>
span { border-color: #B3968F; }
span { border-color: rgb(179,150,143); }
td.TdClassName
{
border-color: #B3968F;
}
.TagClassName
{
border-color: #B3968F;
}
</style>