Shades of Thatch #B68D88
Tints of Thatch #B68D88
RGB
CMYK
RGB Variations
Color information
#B68D88 (or 0xB68D88) is known color: Thatch. HEX triplet: B6, 8D and 88. RGB value is (182,141,136). Sum of RGB (Red+Green+Blue) = 182+141+136=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B68D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68D88 is #497277. Grayscale: #989898. Windows color (decimal): -4813432 or 8949174. OLE color: 8949174.
HSL color Cylindrical-coordinate representation of color #B68D88: hue angle of 6.52º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B68D88 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 141 | 136 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.29 |
| HSL | 6.52º | 0.24% | 0.62% | - |
| HSV(B) | 6.52º | 0.25% | 0.71% | - |
| XYZ | 33.26 | 30.77 | 27.48 | - |
| YUV | 152.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 141 | 136 | 0 | 0.23 | 0.25 | 0.29 | 6.52 | 0.24 | 0.62 |
| Hex | B6 | 8D | 88 | 0 | 17 | 19 | 1D | 7 | 18 | 3E |
| Octal | 266 | 215 | 210 | 0 | 27 | 31 | 35 | 7 | 30 | 76 |
| Binary | 10110110 | 10001101 | 10001000 | 0 | 10111 | 11001 | 11101 | 111 | 11000 | 111110 |
Color Harmonies of #B68D88
Complementary color
Monochromatic Colors of #B68D88
Black with #B68D88
Text Example
Text Example
White with #B68D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68D88; }
p { color: rgb(182,141,136); }
H1.HeaderClassName
{
color: #B68D88;
}
.AnyTagClassName
{
color: #B68D88;
}
</style>
background-color css
<style>
a { background-color: #B68D88; }
a { background-color: rgb(182,141,136); }
div.DivClassName
{
background-color: #B68D88;
}
.BgClassName
{
background-color: #B68D88;
}
</style>
border-color css
<style>
span { border-color: #B68D88; }
span { border-color: rgb(182,141,136); }
td.TdClassName
{
border-color: #B68D88;
}
.TagClassName
{
border-color: #B68D88;
}
</style>