Shades of Thatch #B59B98
Tints of Thatch #B59B98
RGB
CMYK
RGB Variations
Color information
#B59B98 (or 0xB59B98) is known color: Thatch. HEX triplet: B5, 9B and 98. RGB value is (181,155,152). Sum of RGB (Red+Green+Blue) = 181+155+152=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 155 (60.94% from 255 or 31.76% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59B98 is #4A6467. Grayscale: #A2A2A2. Windows color (decimal): -4875368 or 10001333. OLE color: 10001333.
HSL color Cylindrical-coordinate representation of color #B59B98: hue angle of 6.21º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B59B98 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 155 | 152 | - |
| CMYK | 0 | 0.14 | 0.16 | 0.29 |
| HSL | 6.21º | 0.16% | 0.65% | - |
| HSV(B) | 6.21º | 0.16% | 0.71% | - |
| XYZ | 36.44 | 35.53 | 34.64 | - |
| YUV | 162.43 | 122.11 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 155 | 152 | 0 | 0.14 | 0.16 | 0.29 | 6.21 | 0.16 | 0.65 |
| Hex | B5 | 9B | 98 | 0 | E | 10 | 1D | 6 | 10 | 41 |
| Octal | 265 | 233 | 230 | 0 | 16 | 20 | 35 | 6 | 20 | 101 |
| Binary | 10110101 | 10011011 | 10011000 | 0 | 1110 | 10000 | 11101 | 110 | 10000 | 1000001 |
Color Harmonies of #B59B98
Complementary color
Monochromatic Colors of #B59B98
Black with #B59B98
Text Example
Text Example
White with #B59B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B59B98; }
p { color: rgb(181,155,152); }
H1.HeaderClassName
{
color: #B59B98;
}
.AnyTagClassName
{
color: #B59B98;
}
</style>
background-color css
<style>
a { background-color: #B59B98; }
a { background-color: rgb(181,155,152); }
div.DivClassName
{
background-color: #B59B98;
}
.BgClassName
{
background-color: #B59B98;
}
</style>
border-color css
<style>
span { border-color: #B59B98; }
span { border-color: rgb(181,155,152); }
td.TdClassName
{
border-color: #B59B98;
}
.TagClassName
{
border-color: #B59B98;
}
</style>