Shades of Thatch #B4918B
Tints of Thatch #B4918B
RGB
CMYK
RGB Variations
Color information
#B4918B (or 0xB4918B) is known color: Thatch. HEX triplet: B4, 91 and 8B. RGB value is (180,145,139). Sum of RGB (Red+Green+Blue) = 180+145+139=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 145 (57.03% from 255 or 31.25% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B4918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4918B is #4B6E74. Grayscale: #9A9A9A. Windows color (decimal): -4943477 or 9146804. OLE color: 9146804.
HSL color Cylindrical-coordinate representation of color #B4918B: hue angle of 8.78º 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 #B4918B is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 145 | 139 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.29 |
| HSL | 8.78º | 0.21% | 0.63% | - |
| HSV(B) | 8.78º | 0.23% | 0.71% | - |
| XYZ | 33.61 | 31.82 | 28.8 | - |
| YUV | 154.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 145 | 139 | 0 | 0.19 | 0.23 | 0.29 | 8.78 | 0.21 | 0.63 |
| Hex | B4 | 91 | 8B | 0 | 13 | 17 | 1D | 9 | 15 | 3F |
| Octal | 264 | 221 | 213 | 0 | 23 | 27 | 35 | 11 | 25 | 77 |
| Binary | 10110100 | 10010001 | 10001011 | 0 | 10011 | 10111 | 11101 | 1001 | 10101 | 111111 |
Color Harmonies of #B4918B
Complementary color
Monochromatic Colors of #B4918B
Black with #B4918B
Text Example
Text Example
White with #B4918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4918B; }
p { color: rgb(180,145,139); }
H1.HeaderClassName
{
color: #B4918B;
}
.AnyTagClassName
{
color: #B4918B;
}
</style>
background-color css
<style>
a { background-color: #B4918B; }
a { background-color: rgb(180,145,139); }
div.DivClassName
{
background-color: #B4918B;
}
.BgClassName
{
background-color: #B4918B;
}
</style>
border-color css
<style>
span { border-color: #B4918B; }
span { border-color: rgb(180,145,139); }
td.TdClassName
{
border-color: #B4918B;
}
.TagClassName
{
border-color: #B4918B;
}
</style>