Shades of Thatch #B4908D
Tints of Thatch #B4908D
RGB
CMYK
RGB Variations
Color information
#B4908D (or 0xB4908D) is known color: Thatch. HEX triplet: B4, 90 and 8D. RGB value is (180,144,141). Sum of RGB (Red+Green+Blue) = 180+144+141=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B4908D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4908D is #4B6F72. Grayscale: #9A9A9A. Windows color (decimal): -4943731 or 9277620. OLE color: 9277620.
HSL color Cylindrical-coordinate representation of color #B4908D: hue angle of 4.62º 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 #B4908D is Cyan = 0, Magento = 0.2, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 144 | 141 | - |
| CMYK | 0 | 0.2 | 0.22 | 0.29 |
| HSL | 4.62º | 0.21% | 0.63% | - |
| HSV(B) | 4.62º | 0.22% | 0.71% | - |
| XYZ | 33.6 | 31.57 | 29.52 | - |
| YUV | 154.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 144 | 141 | 0 | 0.2 | 0.22 | 0.29 | 4.62 | 0.21 | 0.63 |
| Hex | B4 | 90 | 8D | 0 | 14 | 16 | 1D | 5 | 15 | 3F |
| Octal | 264 | 220 | 215 | 0 | 24 | 26 | 35 | 5 | 25 | 77 |
| Binary | 10110100 | 10010000 | 10001101 | 0 | 10100 | 10110 | 11101 | 101 | 10101 | 111111 |
Color Harmonies of #B4908D
Complementary color
Monochromatic Colors of #B4908D
Black with #B4908D
Text Example
Text Example
White with #B4908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4908D; }
p { color: rgb(180,144,141); }
H1.HeaderClassName
{
color: #B4908D;
}
.AnyTagClassName
{
color: #B4908D;
}
</style>
background-color css
<style>
a { background-color: #B4908D; }
a { background-color: rgb(180,144,141); }
div.DivClassName
{
background-color: #B4908D;
}
.BgClassName
{
background-color: #B4908D;
}
</style>
border-color css
<style>
span { border-color: #B4908D; }
span { border-color: rgb(180,144,141); }
td.TdClassName
{
border-color: #B4908D;
}
.TagClassName
{
border-color: #B4908D;
}
</style>