Shades of Thatch #B5948B
Tints of Thatch #B5948B
RGB
CMYK
RGB Variations
Color information
#B5948B (or 0xB5948B) is known color: Thatch. HEX triplet: B5, 94 and 8B. RGB value is (181,148,139). Sum of RGB (Red+Green+Blue) = 181+148+139=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 181 - color contains mainly: red. Hex color #B5948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5948B is #4A6B74. Grayscale: #9C9C9C. Windows color (decimal): -4877173 or 9147573. OLE color: 9147573.
HSL color Cylindrical-coordinate representation of color #B5948B: hue angle of 12.86º 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 #B5948B is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 148 | 139 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.29 |
| HSL | 12.86º | 0.22% | 0.63% | - |
| HSV(B) | 12.86º | 0.23% | 0.71% | - |
| XYZ | 34.31 | 32.87 | 28.96 | - |
| YUV | 156.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 148 | 139 | 0 | 0.18 | 0.23 | 0.29 | 12.86 | 0.22 | 0.63 |
| Hex | B5 | 94 | 8B | 0 | 12 | 17 | 1D | D | 16 | 3F |
| Octal | 265 | 224 | 213 | 0 | 22 | 27 | 35 | 15 | 26 | 77 |
| Binary | 10110101 | 10010100 | 10001011 | 0 | 10010 | 10111 | 11101 | 1101 | 10110 | 111111 |
Color Harmonies of #B5948B
Complementary color
Monochromatic Colors of #B5948B
Black with #B5948B
Text Example
Text Example
White with #B5948B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5948B; }
p { color: rgb(181,148,139); }
H1.HeaderClassName
{
color: #B5948B;
}
.AnyTagClassName
{
color: #B5948B;
}
</style>
background-color css
<style>
a { background-color: #B5948B; }
a { background-color: rgb(181,148,139); }
div.DivClassName
{
background-color: #B5948B;
}
.BgClassName
{
background-color: #B5948B;
}
</style>
border-color css
<style>
span { border-color: #B5948B; }
span { border-color: rgb(181,148,139); }
td.TdClassName
{
border-color: #B5948B;
}
.TagClassName
{
border-color: #B5948B;
}
</style>