Shades of Thatch #B4908B
Tints of Thatch #B4908B
RGB
CMYK
RGB Variations
Color information
#B4908B (or 0xB4908B) is known color: Thatch. HEX triplet: B4, 90 and 8B. RGB value is (180,144,139). Sum of RGB (Red+Green+Blue) = 180+144+139=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B4908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4908B is #4B6F74. Grayscale: #9A9A9A. Windows color (decimal): -4943733 or 9146548. OLE color: 9146548.
HSL color Cylindrical-coordinate representation of color #B4908B: hue angle of 7.32º degrees, saturation: 0.21, 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 #B4908B is Cyan = 0, Magento = 0.2, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 139 | - |
| CMYK | 0 | 0.2 | 0.23 | 0.29 |
| HSL | 7.32º | 0.21% | 0.63% | - |
| HSV(B) | 7.32º | 0.23% | 0.71% | - |
| XYZ | 33.46 | 31.51 | 28.75 | - |
| YUV | 154.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 139 | 0 | 0.2 | 0.23 | 0.29 | 7.32 | 0.21 | 0.63 |
| Hex | B4 | 90 | 8B | 0 | 14 | 17 | 1D | 7 | 15 | 3F |
| Octal | 264 | 220 | 213 | 0 | 24 | 27 | 35 | 7 | 25 | 77 |
| Binary | 10110100 | 10010000 | 10001011 | 0 | 10100 | 10111 | 11101 | 111 | 10101 | 111111 |
Color Harmonies of #B4908B
Complementary color
Monochromatic Colors of #B4908B
Black with #B4908B
Text Example
Text Example
White with #B4908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4908B; }
p { color: rgb(180,144,139); }
H1.HeaderClassName
{
color: #B4908B;
}
.AnyTagClassName
{
color: #B4908B;
}
</style>
background-color css
<style>
a { background-color: #B4908B; }
a { background-color: rgb(180,144,139); }
div.DivClassName
{
background-color: #B4908B;
}
.BgClassName
{
background-color: #B4908B;
}
</style>
border-color css
<style>
span { border-color: #B4908B; }
span { border-color: rgb(180,144,139); }
td.TdClassName
{
border-color: #B4908B;
}
.TagClassName
{
border-color: #B4908B;
}
</style>