Shades of Tapestry #B05F81
Tints of Tapestry #B05F81
RGB
CMYK
RGB Variations
Color information
#B05F81 (or 0xB05F81) is known color: Tapestry. HEX triplet: B0, 5F and 81. RGB value is (176,95,129). Sum of RGB (Red+Green+Blue) = 176+95+129=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05F81 is #4FA07E. Grayscale: #7B7B7B. Windows color (decimal): -5218431 or 8478640. OLE color: 8478640.
HSL color Cylindrical-coordinate representation of color #B05F81: hue angle of 334.81º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B05F81 is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 95 | 129 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.31 |
| HSL | 334.81º | 0.34% | 0.53% | - |
| HSV(B) | 334.81º | 0.46% | 0.69% | - |
| XYZ | 25.96 | 19 | 23.07 | - |
| YUV | 123.1 | 131.34 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 95 | 129 | 0 | 0.46 | 0.27 | 0.31 | 334.81 | 0.34 | 0.53 |
| Hex | B0 | 5F | 81 | 0 | 2E | 1B | 1F | 14F | 22 | 35 |
| Octal | 260 | 137 | 201 | 0 | 56 | 33 | 37 | 517 | 42 | 65 |
| Binary | 10110000 | 1011111 | 10000001 | 0 | 101110 | 11011 | 11111 | 101001111 | 100010 | 110101 |
Color Harmonies of #B05F81
Complementary color
Monochromatic Colors of #B05F81
Black with #B05F81
Text Example
Text Example
White with #B05F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05F81; }
p { color: rgb(176,95,129); }
H1.HeaderClassName
{
color: #B05F81;
}
.AnyTagClassName
{
color: #B05F81;
}
</style>
background-color css
<style>
a { background-color: #B05F81; }
a { background-color: rgb(176,95,129); }
div.DivClassName
{
background-color: #B05F81;
}
.BgClassName
{
background-color: #B05F81;
}
</style>
border-color css
<style>
span { border-color: #B05F81; }
span { border-color: rgb(176,95,129); }
td.TdClassName
{
border-color: #B05F81;
}
.TagClassName
{
border-color: #B05F81;
}
</style>