Shades of Tapestry #B8758F
Tints of Tapestry #B8758F
RGB
CMYK
RGB Variations
Color information
#B8758F (or 0xB8758F) is known color: Tapestry. HEX triplet: B8, 75 and 8F. RGB value is (184,117,143). Sum of RGB (Red+Green+Blue) = 184+117+143=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 117 (46.09% from 255 or 26.35% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 184 - color contains mainly: red. Hex color #B8758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8758F is #478A70. Grayscale: #8B8B8B. Windows color (decimal): -4688497 or 9401784. OLE color: 9401784.
HSL color Cylindrical-coordinate representation of color #B8758F: hue angle of 336.72º 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 #B8758F is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 117 | 143 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.28 |
| HSL | 336.72º | 0.32% | 0.59% | - |
| HSV(B) | 336.72º | 0.36% | 0.72% | - |
| XYZ | 31.09 | 24.9 | 29.15 | - |
| YUV | 140 | 129.7 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 117 | 143 | 0 | 0.36 | 0.22 | 0.28 | 336.72 | 0.32 | 0.59 |
| Hex | B8 | 75 | 8F | 0 | 24 | 16 | 1C | 151 | 20 | 3B |
| Octal | 270 | 165 | 217 | 0 | 44 | 26 | 34 | 521 | 40 | 73 |
| Binary | 10111000 | 1110101 | 10001111 | 0 | 100100 | 10110 | 11100 | 101010001 | 100000 | 111011 |
Color Harmonies of #B8758F
Complementary color
Monochromatic Colors of #B8758F
Black with #B8758F
Text Example
Text Example
White with #B8758F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8758F; }
p { color: rgb(184,117,143); }
H1.HeaderClassName
{
color: #B8758F;
}
.AnyTagClassName
{
color: #B8758F;
}
</style>
background-color css
<style>
a { background-color: #B8758F; }
a { background-color: rgb(184,117,143); }
div.DivClassName
{
background-color: #B8758F;
}
.BgClassName
{
background-color: #B8758F;
}
</style>
border-color css
<style>
span { border-color: #B8758F; }
span { border-color: rgb(184,117,143); }
td.TdClassName
{
border-color: #B8758F;
}
.TagClassName
{
border-color: #B8758F;
}
</style>