Shades of Thatch #B5938B
Tints of Thatch #B5938B
RGB
CMYK
RGB Variations
Color information
#B5938B (or 0xB5938B) is known color: Thatch. HEX triplet: B5, 93 and 8B. RGB value is (181,147,139). Sum of RGB (Red+Green+Blue) = 181+147+139=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5938B is #4A6C74. Grayscale: #9C9C9C. Windows color (decimal): -4877429 or 9147317. OLE color: 9147317.
HSL color Cylindrical-coordinate representation of color #B5938B: hue angle of 11.43º 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 #B5938B is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 147 | 139 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.29 |
| HSL | 11.43º | 0.22% | 0.63% | - |
| HSV(B) | 11.43º | 0.23% | 0.71% | - |
| XYZ | 34.15 | 32.56 | 28.91 | - |
| YUV | 156.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 147 | 139 | 0 | 0.19 | 0.23 | 0.29 | 11.43 | 0.22 | 0.63 |
| Hex | B5 | 93 | 8B | 0 | 13 | 17 | 1D | B | 16 | 3F |
| Octal | 265 | 223 | 213 | 0 | 23 | 27 | 35 | 13 | 26 | 77 |
| Binary | 10110101 | 10010011 | 10001011 | 0 | 10011 | 10111 | 11101 | 1011 | 10110 | 111111 |
Color Harmonies of #B5938B
Complementary color
Monochromatic Colors of #B5938B
Black with #B5938B
Text Example
Text Example
White with #B5938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5938B; }
p { color: rgb(181,147,139); }
H1.HeaderClassName
{
color: #B5938B;
}
.AnyTagClassName
{
color: #B5938B;
}
</style>
background-color css
<style>
a { background-color: #B5938B; }
a { background-color: rgb(181,147,139); }
div.DivClassName
{
background-color: #B5938B;
}
.BgClassName
{
background-color: #B5938B;
}
</style>
border-color css
<style>
span { border-color: #B5938B; }
span { border-color: rgb(181,147,139); }
td.TdClassName
{
border-color: #B5938B;
}
.TagClassName
{
border-color: #B5938B;
}
</style>