Shades of Tapestry #B5808F
Tints of Tapestry #B5808F
RGB
CMYK
RGB Variations
Color information
#B5808F (or 0xB5808F) is known color: Tapestry. HEX triplet: B5, 80 and 8F. RGB value is (181,128,143). Sum of RGB (Red+Green+Blue) = 181+128+143=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5808F is #4A7F70. Grayscale: #919191. Windows color (decimal): -4882289 or 9404597. OLE color: 9404597.
HSL color Cylindrical-coordinate representation of color #B5808F: hue angle of 343.02º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5808F is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 143 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.29 |
| HSL | 343.02º | 0.26% | 0.61% | - |
| HSV(B) | 343.02º | 0.29% | 0.71% | - |
| XYZ | 31.73 | 27.25 | 29.57 | - |
| YUV | 145.56 | 126.56 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 143 | 0 | 0.29 | 0.21 | 0.29 | 343.02 | 0.26 | 0.61 |
| Hex | B5 | 80 | 8F | 0 | 1D | 15 | 1D | 157 | 1A | 3D |
| Octal | 265 | 200 | 217 | 0 | 35 | 25 | 35 | 527 | 32 | 75 |
| Binary | 10110101 | 10000000 | 10001111 | 0 | 11101 | 10101 | 11101 | 101010111 | 11010 | 111101 |
Color Harmonies of #B5808F
Complementary color
Monochromatic Colors of #B5808F
Black with #B5808F
Text Example
Text Example
White with #B5808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5808F; }
p { color: rgb(181,128,143); }
H1.HeaderClassName
{
color: #B5808F;
}
.AnyTagClassName
{
color: #B5808F;
}
</style>
background-color css
<style>
a { background-color: #B5808F; }
a { background-color: rgb(181,128,143); }
div.DivClassName
{
background-color: #B5808F;
}
.BgClassName
{
background-color: #B5808F;
}
</style>
border-color css
<style>
span { border-color: #B5808F; }
span { border-color: rgb(181,128,143); }
td.TdClassName
{
border-color: #B5808F;
}
.TagClassName
{
border-color: #B5808F;
}
</style>