Shades of Thatch #B4908C
Tints of Thatch #B4908C
RGB
CMYK
RGB Variations
Color information
#B4908C (or 0xB4908C) is known color: Thatch. HEX triplet: B4, 90 and 8C. RGB value is (180,144,140). Sum of RGB (Red+Green+Blue) = 180+144+140=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B4908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4908C is #4B6F73. Grayscale: #9A9A9A. Windows color (decimal): -4943732 or 9212084. OLE color: 9212084.
HSL color Cylindrical-coordinate representation of color #B4908C: hue angle of 6º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B4908C is Cyan = 0, Magento = 0.2, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 140 | - |
| CMYK | 0 | 0.2 | 0.22 | 0.29 |
| HSL | 6º | 0.21% | 0.63% | - |
| HSV(B) | 6º | 0.22% | 0.71% | - |
| XYZ | 33.53 | 31.54 | 29.13 | - |
| YUV | 154.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 140 | 0 | 0.2 | 0.22 | 0.29 | 6 | 0.21 | 0.63 |
| Hex | B4 | 90 | 8C | 0 | 14 | 16 | 1D | 6 | 15 | 3F |
| Octal | 264 | 220 | 214 | 0 | 24 | 26 | 35 | 6 | 25 | 77 |
| Binary | 10110100 | 10010000 | 10001100 | 0 | 10100 | 10110 | 11101 | 110 | 10101 | 111111 |
Color Harmonies of #B4908C
Complementary color
Monochromatic Colors of #B4908C
Black with #B4908C
Text Example
Text Example
White with #B4908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4908C; }
p { color: rgb(180,144,140); }
H1.HeaderClassName
{
color: #B4908C;
}
.AnyTagClassName
{
color: #B4908C;
}
</style>
background-color css
<style>
a { background-color: #B4908C; }
a { background-color: rgb(180,144,140); }
div.DivClassName
{
background-color: #B4908C;
}
.BgClassName
{
background-color: #B4908C;
}
</style>
border-color css
<style>
span { border-color: #B4908C; }
span { border-color: rgb(180,144,140); }
td.TdClassName
{
border-color: #B4908C;
}
.TagClassName
{
border-color: #B4908C;
}
</style>