Shades of Thatch #B18D8A
Tints of Thatch #B18D8A
RGB
CMYK
RGB Variations
Color information
#B18D8A (or 0xB18D8A) is known color: Thatch. HEX triplet: B1, 8D and 8A. RGB value is (177,141,138). Sum of RGB (Red+Green+Blue) = 177+141+138=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B18D8A is #4E7275. Grayscale: #979797. Windows color (decimal): -5141110 or 9080241. OLE color: 9080241.
HSL color Cylindrical-coordinate representation of color #B18D8A: hue angle of 4.62º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B18D8A is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 141 | 138 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.31 |
| HSL | 4.62º | 0.2% | 0.62% | - |
| HSV(B) | 4.62º | 0.22% | 0.69% | - |
| XYZ | 32.24 | 30.23 | 28.18 | - |
| YUV | 151.42 | 120.43 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 141 | 138 | 0 | 0.20 | 0.22 | 0.31 | 4.62 | 0.2 | 0.62 |
| Hex | B1 | 8D | 8A | 0 | 14 | 16 | 1F | 5 | 14 | 3E |
| Octal | 261 | 215 | 212 | 0 | 24 | 26 | 37 | 5 | 24 | 76 |
| Binary | 10110001 | 10001101 | 10001010 | 0 | 10100 | 10110 | 11111 | 101 | 10100 | 111110 |
Color Harmonies of #B18D8A
Complementary color
Monochromatic Colors of #B18D8A
Black with #B18D8A
Text Example
Text Example
White with #B18D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18D8A; }
p { color: rgb(177,141,138); }
H1.HeaderClassName
{
color: #B18D8A;
}
.AnyTagClassName
{
color: #B18D8A;
}
</style>
background-color css
<style>
a { background-color: #B18D8A; }
a { background-color: rgb(177,141,138); }
div.DivClassName
{
background-color: #B18D8A;
}
.BgClassName
{
background-color: #B18D8A;
}
</style>
border-color css
<style>
span { border-color: #B18D8A; }
span { border-color: rgb(177,141,138); }
td.TdClassName
{
border-color: #B18D8A;
}
.TagClassName
{
border-color: #B18D8A;
}
</style>