Shades of Thatch #B7918D
Tints of Thatch #B7918D
RGB
CMYK
RGB Variations
Color information
#B7918D (or 0xB7918D) is known color: Thatch. HEX triplet: B7, 91 and 8D. RGB value is (183,145,141). Sum of RGB (Red+Green+Blue) = 183+145+141=469 (62% of max value = 765). Red value is 183 (71.88% from 255 or 39.02% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 183 - color contains mainly: red. Hex color #B7918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7918D is #486E72. Grayscale: #9B9B9B. Windows color (decimal): -4746867 or 9277879. OLE color: 9277879.
HSL color Cylindrical-coordinate representation of color #B7918D: hue angle of 5.71º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7918D is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 145 | 141 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.28 |
| HSL | 5.71º | 0.23% | 0.64% | - |
| HSV(B) | 5.71º | 0.23% | 0.72% | - |
| XYZ | 34.46 | 32.24 | 29.61 | - |
| YUV | 155.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 145 | 141 | 0 | 0.21 | 0.23 | 0.28 | 5.71 | 0.23 | 0.64 |
| Hex | B7 | 91 | 8D | 0 | 15 | 17 | 1C | 6 | 17 | 40 |
| Octal | 267 | 221 | 215 | 0 | 25 | 27 | 34 | 6 | 27 | 100 |
| Binary | 10110111 | 10010001 | 10001101 | 0 | 10101 | 10111 | 11100 | 110 | 10111 | 1000000 |
Color Harmonies of #B7918D
Complementary color
Monochromatic Colors of #B7918D
Black with #B7918D
Text Example
Text Example
White with #B7918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7918D; }
p { color: rgb(183,145,141); }
H1.HeaderClassName
{
color: #B7918D;
}
.AnyTagClassName
{
color: #B7918D;
}
</style>
background-color css
<style>
a { background-color: #B7918D; }
a { background-color: rgb(183,145,141); }
div.DivClassName
{
background-color: #B7918D;
}
.BgClassName
{
background-color: #B7918D;
}
</style>
border-color css
<style>
span { border-color: #B7918D; }
span { border-color: rgb(183,145,141); }
td.TdClassName
{
border-color: #B7918D;
}
.TagClassName
{
border-color: #B7918D;
}
</style>