Shades of Thatch #B79086
Tints of Thatch #B79086
RGB
CMYK
RGB Variations
Color information
#B79086 (or 0xB79086) is known color: Thatch. HEX triplet: B7, 90 and 86. RGB value is (183,144,134). Sum of RGB (Red+Green+Blue) = 183+144+134=461 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.70% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 183 - color contains mainly: red. Hex color #B79086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79086 is #486F79. Grayscale: #9A9A9A. Windows color (decimal): -4747130 or 8818871. OLE color: 8818871.
HSL color Cylindrical-coordinate representation of color #B79086: hue angle of 12.24º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B79086 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 144 | 134 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.28 |
| HSL | 12.24º | 0.25% | 0.62% | - |
| HSV(B) | 12.24º | 0.27% | 0.72% | - |
| XYZ | 33.8 | 31.74 | 26.9 | - |
| YUV | 154.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 144 | 134 | 0 | 0.21 | 0.27 | 0.28 | 12.24 | 0.25 | 0.62 |
| Hex | B7 | 90 | 86 | 0 | 15 | 1B | 1C | C | 19 | 3E |
| Octal | 267 | 220 | 206 | 0 | 25 | 33 | 34 | 14 | 31 | 76 |
| Binary | 10110111 | 10010000 | 10000110 | 0 | 10101 | 11011 | 11100 | 1100 | 11001 | 111110 |
Color Harmonies of #B79086
Complementary color
Monochromatic Colors of #B79086
Black with #B79086
Text Example
Text Example
White with #B79086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79086; }
p { color: rgb(183,144,134); }
H1.HeaderClassName
{
color: #B79086;
}
.AnyTagClassName
{
color: #B79086;
}
</style>
background-color css
<style>
a { background-color: #B79086; }
a { background-color: rgb(183,144,134); }
div.DivClassName
{
background-color: #B79086;
}
.BgClassName
{
background-color: #B79086;
}
</style>
border-color css
<style>
span { border-color: #B79086; }
span { border-color: rgb(183,144,134); }
td.TdClassName
{
border-color: #B79086;
}
.TagClassName
{
border-color: #B79086;
}
</style>