Shades of Thatch #B3918B
Tints of Thatch #B3918B
RGB
CMYK
RGB Variations
Color information
#B3918B (or 0xB3918B) is known color: Thatch. HEX triplet: B3, 91 and 8B. RGB value is (179,145,139). Sum of RGB (Red+Green+Blue) = 179+145+139=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 145 (57.03% from 255 or 31.32% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B3918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3918B is #4C6E74. Grayscale: #9A9A9A. Windows color (decimal): -5009013 or 9146803. OLE color: 9146803.
HSL color Cylindrical-coordinate representation of color #B3918B: hue angle of 9º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3918B is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 145 | 139 | - |
| CMYK | 0 | 0.19 | 0.22 | 0.30 |
| HSL | 9º | 0.21% | 0.62% | - |
| HSV(B) | 9º | 0.22% | 0.7% | - |
| XYZ | 33.38 | 31.7 | 28.79 | - |
| YUV | 154.48 | 119.26 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 145 | 139 | 0 | 0.19 | 0.22 | 0.30 | 9 | 0.21 | 0.62 |
| Hex | B3 | 91 | 8B | 0 | 13 | 16 | 1E | 9 | 15 | 3E |
| Octal | 263 | 221 | 213 | 0 | 23 | 26 | 36 | 11 | 25 | 76 |
| Binary | 10110011 | 10010001 | 10001011 | 0 | 10011 | 10110 | 11110 | 1001 | 10101 | 111110 |
Color Harmonies of #B3918B
Complementary color
Monochromatic Colors of #B3918B
Black with #B3918B
Text Example
Text Example
White with #B3918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3918B; }
p { color: rgb(179,145,139); }
H1.HeaderClassName
{
color: #B3918B;
}
.AnyTagClassName
{
color: #B3918B;
}
</style>
background-color css
<style>
a { background-color: #B3918B; }
a { background-color: rgb(179,145,139); }
div.DivClassName
{
background-color: #B3918B;
}
.BgClassName
{
background-color: #B3918B;
}
</style>
border-color css
<style>
span { border-color: #B3918B; }
span { border-color: rgb(179,145,139); }
td.TdClassName
{
border-color: #B3918B;
}
.TagClassName
{
border-color: #B3918B;
}
</style>