Shades of Thatch #B68F87
Tints of Thatch #B68F87
RGB
CMYK
RGB Variations
Color information
#B68F87 (or 0xB68F87) is known color: Thatch. HEX triplet: B6, 8F and 87. RGB value is (182,143,135). Sum of RGB (Red+Green+Blue) = 182+143+135=460 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.57% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 182 - color contains mainly: red. Hex color #B68F87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B68F87 is #497078. Grayscale: #999999. Windows color (decimal): -4812921 or 8884150. OLE color: 8884150.
HSL color Cylindrical-coordinate representation of color #B68F87: hue angle of 10.21º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B68F87 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 143 | 135 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.29 |
| HSL | 10.21º | 0.24% | 0.62% | - |
| HSV(B) | 10.21º | 0.26% | 0.71% | - |
| XYZ | 33.49 | 31.34 | 27.21 | - |
| YUV | 153.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 143 | 135 | 0 | 0.21 | 0.26 | 0.29 | 10.21 | 0.24 | 0.62 |
| Hex | B6 | 8F | 87 | 0 | 15 | 1A | 1D | A | 18 | 3E |
| Octal | 266 | 217 | 207 | 0 | 25 | 32 | 35 | 12 | 30 | 76 |
| Binary | 10110110 | 10001111 | 10000111 | 0 | 10101 | 11010 | 11101 | 1010 | 11000 | 111110 |
Color Harmonies of #B68F87
Complementary color
Monochromatic Colors of #B68F87
Black with #B68F87
Text Example
Text Example
White with #B68F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68F87; }
p { color: rgb(182,143,135); }
H1.HeaderClassName
{
color: #B68F87;
}
.AnyTagClassName
{
color: #B68F87;
}
</style>
background-color css
<style>
a { background-color: #B68F87; }
a { background-color: rgb(182,143,135); }
div.DivClassName
{
background-color: #B68F87;
}
.BgClassName
{
background-color: #B68F87;
}
</style>
border-color css
<style>
span { border-color: #B68F87; }
span { border-color: rgb(182,143,135); }
td.TdClassName
{
border-color: #B68F87;
}
.TagClassName
{
border-color: #B68F87;
}
</style>