Shades of Thatch #B5908A
Tints of Thatch #B5908A
RGB
CMYK
RGB Variations
Color information
#B5908A (or 0xB5908A) is known color: Thatch. HEX triplet: B5, 90 and 8A. RGB value is (181,144,138). Sum of RGB (Red+Green+Blue) = 181+144+138=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 181 - color contains mainly: red. Hex color #B5908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5908A is #4A6F75. Grayscale: #9A9A9A. Windows color (decimal): -4878198 or 9081013. OLE color: 9081013.
HSL color Cylindrical-coordinate representation of color #B5908A: hue angle of 8.37º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5908A is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 144 | 138 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.29 |
| HSL | 8.37º | 0.23% | 0.63% | - |
| HSV(B) | 8.37º | 0.24% | 0.71% | - |
| XYZ | 33.62 | 31.61 | 28.37 | - |
| YUV | 154.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 144 | 138 | 0 | 0.20 | 0.24 | 0.29 | 8.37 | 0.23 | 0.63 |
| Hex | B5 | 90 | 8A | 0 | 14 | 18 | 1D | 8 | 17 | 3F |
| Octal | 265 | 220 | 212 | 0 | 24 | 30 | 35 | 10 | 27 | 77 |
| Binary | 10110101 | 10010000 | 10001010 | 0 | 10100 | 11000 | 11101 | 1000 | 10111 | 111111 |
Color Harmonies of #B5908A
Complementary color
Monochromatic Colors of #B5908A
Black with #B5908A
Text Example
Text Example
White with #B5908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5908A; }
p { color: rgb(181,144,138); }
H1.HeaderClassName
{
color: #B5908A;
}
.AnyTagClassName
{
color: #B5908A;
}
</style>
background-color css
<style>
a { background-color: #B5908A; }
a { background-color: rgb(181,144,138); }
div.DivClassName
{
background-color: #B5908A;
}
.BgClassName
{
background-color: #B5908A;
}
</style>
border-color css
<style>
span { border-color: #B5908A; }
span { border-color: rgb(181,144,138); }
td.TdClassName
{
border-color: #B5908A;
}
.TagClassName
{
border-color: #B5908A;
}
</style>