Shades of Thatch #B18D84
Tints of Thatch #B18D84
RGB
CMYK
RGB Variations
Color information
#B18D84 (or 0xB18D84) is known color: Thatch. HEX triplet: B1, 8D and 84. RGB value is (177,141,132). Sum of RGB (Red+Green+Blue) = 177+141+132=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 141 (55.47% from 255 or 31.33% from 450); Blue value is 132 (51.95% from 255 or 29.33% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18D84 is #4E727B. Grayscale: #969696. Windows color (decimal): -5141116 or 8687025. OLE color: 8687025.
HSL color Cylindrical-coordinate representation of color #B18D84: hue angle of 12º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B18D84 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 132 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.31 |
| HSL | 12º | 0.22% | 0.61% | - |
| HSV(B) | 12º | 0.25% | 0.69% | - |
| XYZ | 31.82 | 30.06 | 25.96 | - |
| YUV | 150.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 132 | 0 | 0.20 | 0.25 | 0.31 | 12 | 0.22 | 0.61 |
| Hex | B1 | 8D | 84 | 0 | 14 | 19 | 1F | C | 16 | 3D |
| Octal | 261 | 215 | 204 | 0 | 24 | 31 | 37 | 14 | 26 | 75 |
| Binary | 10110001 | 10001101 | 10000100 | 0 | 10100 | 11001 | 11111 | 1100 | 10110 | 111101 |
Color Harmonies of #B18D84
Complementary color
Monochromatic Colors of #B18D84
Black with #B18D84
Text Example
Text Example
White with #B18D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D84; }
p { color: rgb(177,141,132); }
H1.HeaderClassName
{
color: #B18D84;
}
.AnyTagClassName
{
color: #B18D84;
}
</style>
background-color css
<style>
a { background-color: #B18D84; }
a { background-color: rgb(177,141,132); }
div.DivClassName
{
background-color: #B18D84;
}
.BgClassName
{
background-color: #B18D84;
}
</style>
border-color css
<style>
span { border-color: #B18D84; }
span { border-color: rgb(177,141,132); }
td.TdClassName
{
border-color: #B18D84;
}
.TagClassName
{
border-color: #B18D84;
}
</style>