Shades of Thatch #B5948C
Tints of Thatch #B5948C
RGB
CMYK
RGB Variations
Color information
#B5948C (or 0xB5948C) is known color: Thatch. HEX triplet: B5, 94 and 8C. RGB value is (181,148,140). Sum of RGB (Red+Green+Blue) = 181+148+140=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 148 (58.20% from 255 or 31.56% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B5948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5948C is #4A6B73. Grayscale: #9D9D9D. Windows color (decimal): -4877172 or 9213109. OLE color: 9213109.
HSL color Cylindrical-coordinate representation of color #B5948C: hue angle of 11.71º 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 #B5948C is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 148 | 140 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.29 |
| HSL | 11.71º | 0.22% | 0.63% | - |
| HSV(B) | 11.71º | 0.23% | 0.71% | - |
| XYZ | 34.38 | 32.9 | 29.35 | - |
| YUV | 156.96 | 118.43 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 148 | 140 | 0 | 0.18 | 0.23 | 0.29 | 11.71 | 0.22 | 0.63 |
| Hex | B5 | 94 | 8C | 0 | 12 | 17 | 1D | C | 16 | 3F |
| Octal | 265 | 224 | 214 | 0 | 22 | 27 | 35 | 14 | 26 | 77 |
| Binary | 10110101 | 10010100 | 10001100 | 0 | 10010 | 10111 | 11101 | 1100 | 10110 | 111111 |
Color Harmonies of #B5948C
Complementary color
Monochromatic Colors of #B5948C
Black with #B5948C
Text Example
Text Example
White with #B5948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5948C; }
p { color: rgb(181,148,140); }
H1.HeaderClassName
{
color: #B5948C;
}
.AnyTagClassName
{
color: #B5948C;
}
</style>
background-color css
<style>
a { background-color: #B5948C; }
a { background-color: rgb(181,148,140); }
div.DivClassName
{
background-color: #B5948C;
}
.BgClassName
{
background-color: #B5948C;
}
</style>
border-color css
<style>
span { border-color: #B5948C; }
span { border-color: rgb(181,148,140); }
td.TdClassName
{
border-color: #B5948C;
}
.TagClassName
{
border-color: #B5948C;
}
</style>