Shades of Thatch #B08C85
Tints of Thatch #B08C85
RGB
CMYK
RGB Variations
Color information
#B08C85 (or 0xB08C85) is known color: Thatch. HEX triplet: B0, 8C and 85. RGB value is (176,140,133). Sum of RGB (Red+Green+Blue) = 176+140+133=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08C85 is #4F737A. Grayscale: #969696. Windows color (decimal): -5206907 or 8752304. OLE color: 8752304.
HSL color Cylindrical-coordinate representation of color #B08C85: hue angle of 9.77º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B08C85 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 140 | 133 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.31 |
| HSL | 9.77º | 0.21% | 0.61% | - |
| HSV(B) | 9.77º | 0.24% | 0.69% | - |
| XYZ | 31.52 | 29.68 | 26.26 | - |
| YUV | 149.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 133 | 0 | 0.20 | 0.24 | 0.31 | 9.77 | 0.21 | 0.61 |
| Hex | B0 | 8C | 85 | 0 | 14 | 18 | 1F | A | 15 | 3D |
| Octal | 260 | 214 | 205 | 0 | 24 | 30 | 37 | 12 | 25 | 75 |
| Binary | 10110000 | 10001100 | 10000101 | 0 | 10100 | 11000 | 11111 | 1010 | 10101 | 111101 |
Color Harmonies of #B08C85
Complementary color
Monochromatic Colors of #B08C85
Black with #B08C85
Text Example
Text Example
White with #B08C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08C85; }
p { color: rgb(176,140,133); }
H1.HeaderClassName
{
color: #B08C85;
}
.AnyTagClassName
{
color: #B08C85;
}
</style>
background-color css
<style>
a { background-color: #B08C85; }
a { background-color: rgb(176,140,133); }
div.DivClassName
{
background-color: #B08C85;
}
.BgClassName
{
background-color: #B08C85;
}
</style>
border-color css
<style>
span { border-color: #B08C85; }
span { border-color: rgb(176,140,133); }
td.TdClassName
{
border-color: #B08C85;
}
.TagClassName
{
border-color: #B08C85;
}
</style>