Shades of Thatch #B89995
Tints of Thatch #B89995
RGB
CMYK
RGB Variations
Color information
#B89995 (or 0xB89995) is known color: Thatch. HEX triplet: B8, 99 and 95. RGB value is (184,153,149). Sum of RGB (Red+Green+Blue) = 184+153+149=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 153 (60.16% from 255 or 31.48% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 184 - color contains mainly: red. Hex color #B89995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89995 is #47666A. Grayscale: #A1A1A1. Windows color (decimal): -4679275 or 9804216. OLE color: 9804216.
HSL color Cylindrical-coordinate representation of color #B89995: hue angle of 6.86º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B89995 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 153 | 149 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.28 |
| HSL | 6.86º | 0.2% | 0.65% | - |
| HSV(B) | 6.86º | 0.19% | 0.72% | - |
| XYZ | 36.58 | 35.14 | 33.29 | - |
| YUV | 161.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 153 | 149 | 0 | 0.17 | 0.19 | 0.28 | 6.86 | 0.2 | 0.65 |
| Hex | B8 | 99 | 95 | 0 | 11 | 13 | 1C | 7 | 14 | 41 |
| Octal | 270 | 231 | 225 | 0 | 21 | 23 | 34 | 7 | 24 | 101 |
| Binary | 10111000 | 10011001 | 10010101 | 0 | 10001 | 10011 | 11100 | 111 | 10100 | 1000001 |
Color Harmonies of #B89995
Complementary color
Monochromatic Colors of #B89995
Black with #B89995
Text Example
Text Example
White with #B89995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89995; }
p { color: rgb(184,153,149); }
H1.HeaderClassName
{
color: #B89995;
}
.AnyTagClassName
{
color: #B89995;
}
</style>
background-color css
<style>
a { background-color: #B89995; }
a { background-color: rgb(184,153,149); }
div.DivClassName
{
background-color: #B89995;
}
.BgClassName
{
background-color: #B89995;
}
</style>
border-color css
<style>
span { border-color: #B89995; }
span { border-color: rgb(184,153,149); }
td.TdClassName
{
border-color: #B89995;
}
.TagClassName
{
border-color: #B89995;
}
</style>