Shades of Thatch #B5918C
Tints of Thatch #B5918C
RGB
CMYK
RGB Variations
Color information
#B5918C (or 0xB5918C) is known color: Thatch. HEX triplet: B5, 91 and 8C. RGB value is (181,145,140). Sum of RGB (Red+Green+Blue) = 181+145+140=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B5918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5918C is #4A6E73. Grayscale: #9B9B9B. Windows color (decimal): -4877940 or 9212341. OLE color: 9212341.
HSL color Cylindrical-coordinate representation of color #B5918C: hue angle of 7.32º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5918C is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 145 | 140 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.29 |
| HSL | 7.32º | 0.22% | 0.63% | - |
| HSV(B) | 7.32º | 0.23% | 0.71% | - |
| XYZ | 33.92 | 31.97 | 29.19 | - |
| YUV | 155.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 145 | 140 | 0 | 0.20 | 0.23 | 0.29 | 7.32 | 0.22 | 0.63 |
| Hex | B5 | 91 | 8C | 0 | 14 | 17 | 1D | 7 | 16 | 3F |
| Octal | 265 | 221 | 214 | 0 | 24 | 27 | 35 | 7 | 26 | 77 |
| Binary | 10110101 | 10010001 | 10001100 | 0 | 10100 | 10111 | 11101 | 111 | 10110 | 111111 |
Color Harmonies of #B5918C
Complementary color
Monochromatic Colors of #B5918C
Black with #B5918C
Text Example
Text Example
White with #B5918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5918C; }
p { color: rgb(181,145,140); }
H1.HeaderClassName
{
color: #B5918C;
}
.AnyTagClassName
{
color: #B5918C;
}
</style>
background-color css
<style>
a { background-color: #B5918C; }
a { background-color: rgb(181,145,140); }
div.DivClassName
{
background-color: #B5918C;
}
.BgClassName
{
background-color: #B5918C;
}
</style>
border-color css
<style>
span { border-color: #B5918C; }
span { border-color: rgb(181,145,140); }
td.TdClassName
{
border-color: #B5918C;
}
.TagClassName
{
border-color: #B5918C;
}
</style>