Shades of Tapestry #B87888
Tints of Tapestry #B87888
RGB
CMYK
RGB Variations
Color information
#B87888 (or 0xB87888) is known color: Tapestry. HEX triplet: B8, 78 and 88. RGB value is (184,120,136). Sum of RGB (Red+Green+Blue) = 184+120+136=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B87888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87888 is #478777. Grayscale: #8C8C8C. Windows color (decimal): -4687736 or 8943800. OLE color: 8943800.
HSL color Cylindrical-coordinate representation of color #B87888: hue angle of 345º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B87888 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 136 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.28 |
| HSL | 345º | 0.31% | 0.6% | - |
| HSV(B) | 345º | 0.35% | 0.72% | - |
| XYZ | 30.93 | 25.4 | 26.57 | - |
| YUV | 140.96 | 125.2 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 136 | 0 | 0.35 | 0.26 | 0.28 | 345 | 0.31 | 0.6 |
| Hex | B8 | 78 | 88 | 0 | 23 | 1A | 1C | 159 | 1F | 3C |
| Octal | 270 | 170 | 210 | 0 | 43 | 32 | 34 | 531 | 37 | 74 |
| Binary | 10111000 | 1111000 | 10001000 | 0 | 100011 | 11010 | 11100 | 101011001 | 11111 | 111100 |
Color Harmonies of #B87888
Complementary color
Monochromatic Colors of #B87888
Black with #B87888
Text Example
Text Example
White with #B87888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87888; }
p { color: rgb(184,120,136); }
H1.HeaderClassName
{
color: #B87888;
}
.AnyTagClassName
{
color: #B87888;
}
</style>
background-color css
<style>
a { background-color: #B87888; }
a { background-color: rgb(184,120,136); }
div.DivClassName
{
background-color: #B87888;
}
.BgClassName
{
background-color: #B87888;
}
</style>
border-color css
<style>
span { border-color: #B87888; }
span { border-color: rgb(184,120,136); }
td.TdClassName
{
border-color: #B87888;
}
.TagClassName
{
border-color: #B87888;
}
</style>