Shades of Tapestry #B87594
Tints of Tapestry #B87594
RGB
CMYK
RGB Variations
Color information
#B87594 (or 0xB87594) is known color: Tapestry. HEX triplet: B8, 75 and 94. RGB value is (184,117,148). Sum of RGB (Red+Green+Blue) = 184+117+148=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 117 (46.09% from 255 or 26.06% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B87594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87594 is #478A6B. Grayscale: #8C8C8C. Windows color (decimal): -4688492 or 9729464. OLE color: 9729464.
HSL color Cylindrical-coordinate representation of color #B87594: hue angle of 332.24º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B87594 is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 148 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.28 |
| HSL | 332.24º | 0.32% | 0.59% | - |
| HSV(B) | 332.24º | 0.36% | 0.72% | - |
| XYZ | 31.47 | 25.05 | 31.19 | - |
| YUV | 140.57 | 132.2 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 148 | 0 | 0.36 | 0.20 | 0.28 | 332.24 | 0.32 | 0.59 |
| Hex | B8 | 75 | 94 | 0 | 24 | 14 | 1C | 14C | 20 | 3B |
| Octal | 270 | 165 | 224 | 0 | 44 | 24 | 34 | 514 | 40 | 73 |
| Binary | 10111000 | 1110101 | 10010100 | 0 | 100100 | 10100 | 11100 | 101001100 | 100000 | 111011 |
Color Harmonies of #B87594
Complementary color
Monochromatic Colors of #B87594
Black with #B87594
Text Example
Text Example
White with #B87594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87594; }
p { color: rgb(184,117,148); }
H1.HeaderClassName
{
color: #B87594;
}
.AnyTagClassName
{
color: #B87594;
}
</style>
background-color css
<style>
a { background-color: #B87594; }
a { background-color: rgb(184,117,148); }
div.DivClassName
{
background-color: #B87594;
}
.BgClassName
{
background-color: #B87594;
}
</style>
border-color css
<style>
span { border-color: #B87594; }
span { border-color: rgb(184,117,148); }
td.TdClassName
{
border-color: #B87594;
}
.TagClassName
{
border-color: #B87594;
}
</style>