Shades of Thatch #B4948F
Tints of Thatch #B4948F
RGB
CMYK
RGB Variations
Color information
#B4948F (or 0xB4948F) is known color: Thatch. HEX triplet: B4, 94 and 8F. RGB value is (180,148,143). Sum of RGB (Red+Green+Blue) = 180+148+143=471 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.22% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 143 (56.25% from 255 or 30.36% from 471); Max value from RGB is 180 - color contains mainly: red. Hex color #B4948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4948F is #4B6B70. Grayscale: #9D9D9D. Windows color (decimal): -4942705 or 9409716. OLE color: 9409716.
HSL color Cylindrical-coordinate representation of color #B4948F: hue angle of 8.11º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4948F is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 148 | 143 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.29 |
| HSL | 8.11º | 0.2% | 0.63% | - |
| HSV(B) | 8.11º | 0.21% | 0.71% | - |
| XYZ | 34.37 | 32.87 | 30.52 | - |
| YUV | 157 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 148 | 143 | 0 | 0.18 | 0.21 | 0.29 | 8.11 | 0.2 | 0.63 |
| Hex | B4 | 94 | 8F | 0 | 12 | 15 | 1D | 8 | 14 | 3F |
| Octal | 264 | 224 | 217 | 0 | 22 | 25 | 35 | 10 | 24 | 77 |
| Binary | 10110100 | 10010100 | 10001111 | 0 | 10010 | 10101 | 11101 | 1000 | 10100 | 111111 |
Color Harmonies of #B4948F
Complementary color
Monochromatic Colors of #B4948F
Black with #B4948F
Text Example
Text Example
White with #B4948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4948F; }
p { color: rgb(180,148,143); }
H1.HeaderClassName
{
color: #B4948F;
}
.AnyTagClassName
{
color: #B4948F;
}
</style>
background-color css
<style>
a { background-color: #B4948F; }
a { background-color: rgb(180,148,143); }
div.DivClassName
{
background-color: #B4948F;
}
.BgClassName
{
background-color: #B4948F;
}
</style>
border-color css
<style>
span { border-color: #B4948F; }
span { border-color: rgb(180,148,143); }
td.TdClassName
{
border-color: #B4948F;
}
.TagClassName
{
border-color: #B4948F;
}
</style>