Shades of Tapestry #B86B88
Tints of Tapestry #B86B88
RGB
CMYK
RGB Variations
Color information
#B86B88 (or 0xB86B88) is known color: Tapestry. HEX triplet: B8, 6B and 88. RGB value is (184,107,136). Sum of RGB (Red+Green+Blue) = 184+107+136=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86B88 is #479477. Grayscale: #858585. Windows color (decimal): -4691064 or 8940472. OLE color: 8940472.
HSL color Cylindrical-coordinate representation of color #B86B88: hue angle of 337.4º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86B88 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 107 | 136 | - |
| CMYK | 0 | 0.42 | 0.26 | 0.28 |
| HSL | 337.4º | 0.35% | 0.57% | - |
| HSV(B) | 337.4º | 0.42% | 0.72% | - |
| XYZ | 29.47 | 22.48 | 26.08 | - |
| YUV | 133.33 | 129.51 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 107 | 136 | 0 | 0.42 | 0.26 | 0.28 | 337.4 | 0.35 | 0.57 |
| Hex | B8 | 6B | 88 | 0 | 2A | 1A | 1C | 151 | 23 | 39 |
| Octal | 270 | 153 | 210 | 0 | 52 | 32 | 34 | 521 | 43 | 71 |
| Binary | 10111000 | 1101011 | 10001000 | 0 | 101010 | 11010 | 11100 | 101010001 | 100011 | 111001 |
Color Harmonies of #B86B88
Complementary color
Monochromatic Colors of #B86B88
Black with #B86B88
Text Example
Text Example
White with #B86B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B86B88; }
p { color: rgb(184,107,136); }
H1.HeaderClassName
{
color: #B86B88;
}
.AnyTagClassName
{
color: #B86B88;
}
</style>
background-color css
<style>
a { background-color: #B86B88; }
a { background-color: rgb(184,107,136); }
div.DivClassName
{
background-color: #B86B88;
}
.BgClassName
{
background-color: #B86B88;
}
</style>
border-color css
<style>
span { border-color: #B86B88; }
span { border-color: rgb(184,107,136); }
td.TdClassName
{
border-color: #B86B88;
}
.TagClassName
{
border-color: #B86B88;
}
</style>