Shades of Thatch #B79288
Tints of Thatch #B79288
RGB
CMYK
RGB Variations
Color information
#B79288 (or 0xB79288) is known color: Thatch. HEX triplet: B7, 92 and 88. RGB value is (183,146,136). Sum of RGB (Red+Green+Blue) = 183+146+136=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 183 - color contains mainly: red. Hex color #B79288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79288 is #486D77. Grayscale: #9C9C9C. Windows color (decimal): -4746616 or 8950455. OLE color: 8950455.
HSL color Cylindrical-coordinate representation of color #B79288: hue angle of 12.77º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B79288 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 146 | 136 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.28 |
| HSL | 12.77º | 0.25% | 0.63% | - |
| HSV(B) | 12.77º | 0.26% | 0.72% | - |
| XYZ | 34.25 | 32.4 | 27.74 | - |
| YUV | 155.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 146 | 136 | 0 | 0.20 | 0.26 | 0.28 | 12.77 | 0.25 | 0.63 |
| Hex | B7 | 92 | 88 | 0 | 14 | 1A | 1C | D | 19 | 3F |
| Octal | 267 | 222 | 210 | 0 | 24 | 32 | 34 | 15 | 31 | 77 |
| Binary | 10110111 | 10010010 | 10001000 | 0 | 10100 | 11010 | 11100 | 1101 | 11001 | 111111 |
Color Harmonies of #B79288
Complementary color
Monochromatic Colors of #B79288
Black with #B79288
Text Example
Text Example
White with #B79288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B79288; }
p { color: rgb(183,146,136); }
H1.HeaderClassName
{
color: #B79288;
}
.AnyTagClassName
{
color: #B79288;
}
</style>
background-color css
<style>
a { background-color: #B79288; }
a { background-color: rgb(183,146,136); }
div.DivClassName
{
background-color: #B79288;
}
.BgClassName
{
background-color: #B79288;
}
</style>
border-color css
<style>
span { border-color: #B79288; }
span { border-color: rgb(183,146,136); }
td.TdClassName
{
border-color: #B79288;
}
.TagClassName
{
border-color: #B79288;
}
</style>