Shades of Tapestry #B5868A
Tints of Tapestry #B5868A
RGB
CMYK
RGB Variations
Color information
#B5868A (or 0xB5868A) is known color: Tapestry. HEX triplet: B5, 86 and 8A. RGB value is (181,134,138). Sum of RGB (Red+Green+Blue) = 181+134+138=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5868A is #4A7975. Grayscale: #949494. Windows color (decimal): -4880758 or 9078453. OLE color: 9078453.
HSL color Cylindrical-coordinate representation of color #B5868A: hue angle of 354.89º 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 #B5868A is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 138 | - |
| CMYK | 0 | 0.26 | 0.24 | 0.29 |
| HSL | 354.89º | 0.24% | 0.62% | - |
| HSV(B) | 354.89º | 0.26% | 0.71% | - |
| XYZ | 32.17 | 28.71 | 27.89 | - |
| YUV | 148.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 138 | 0 | 0.26 | 0.24 | 0.29 | 354.89 | 0.24 | 0.62 |
| Hex | B5 | 86 | 8A | 0 | 1A | 18 | 1D | 163 | 18 | 3E |
| Octal | 265 | 206 | 212 | 0 | 32 | 30 | 35 | 543 | 30 | 76 |
| Binary | 10110101 | 10000110 | 10001010 | 0 | 11010 | 11000 | 11101 | 101100011 | 11000 | 111110 |
Color Harmonies of #B5868A
Complementary color
Monochromatic Colors of #B5868A
Black with #B5868A
Text Example
Text Example
White with #B5868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5868A; }
p { color: rgb(181,134,138); }
H1.HeaderClassName
{
color: #B5868A;
}
.AnyTagClassName
{
color: #B5868A;
}
</style>
background-color css
<style>
a { background-color: #B5868A; }
a { background-color: rgb(181,134,138); }
div.DivClassName
{
background-color: #B5868A;
}
.BgClassName
{
background-color: #B5868A;
}
</style>
border-color css
<style>
span { border-color: #B5868A; }
span { border-color: rgb(181,134,138); }
td.TdClassName
{
border-color: #B5868A;
}
.TagClassName
{
border-color: #B5868A;
}
</style>