Shades of Tapestry #B8758D
Tints of Tapestry #B8758D
RGB
CMYK
RGB Variations
Color information
#B8758D (or 0xB8758D) is known color: Tapestry. HEX triplet: B8, 75 and 8D. RGB value is (184,117,141). Sum of RGB (Red+Green+Blue) = 184+117+141=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B8758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8758D is #478A72. Grayscale: #8B8B8B. Windows color (decimal): -4688499 or 9270712. OLE color: 9270712.
HSL color Cylindrical-coordinate representation of color #B8758D: hue angle of 338.51º 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 #B8758D is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 141 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.28 |
| HSL | 338.51º | 0.32% | 0.59% | - |
| HSV(B) | 338.51º | 0.36% | 0.72% | - |
| XYZ | 30.94 | 24.84 | 28.36 | - |
| YUV | 139.77 | 128.7 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 141 | 0 | 0.36 | 0.23 | 0.28 | 338.51 | 0.32 | 0.59 |
| Hex | B8 | 75 | 8D | 0 | 24 | 17 | 1C | 153 | 20 | 3B |
| Octal | 270 | 165 | 215 | 0 | 44 | 27 | 34 | 523 | 40 | 73 |
| Binary | 10111000 | 1110101 | 10001101 | 0 | 100100 | 10111 | 11100 | 101010011 | 100000 | 111011 |
Color Harmonies of #B8758D
Complementary color
Monochromatic Colors of #B8758D
Black with #B8758D
Text Example
Text Example
White with #B8758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8758D; }
p { color: rgb(184,117,141); }
H1.HeaderClassName
{
color: #B8758D;
}
.AnyTagClassName
{
color: #B8758D;
}
</style>
background-color css
<style>
a { background-color: #B8758D; }
a { background-color: rgb(184,117,141); }
div.DivClassName
{
background-color: #B8758D;
}
.BgClassName
{
background-color: #B8758D;
}
</style>
border-color css
<style>
span { border-color: #B8758D; }
span { border-color: rgb(184,117,141); }
td.TdClassName
{
border-color: #B8758D;
}
.TagClassName
{
border-color: #B8758D;
}
</style>