Shades of Tapestry #B95D81
Tints of Tapestry #B95D81
RGB
CMYK
RGB Variations
Color information
#B95D81 (or 0xB95D81) is known color: Tapestry. HEX triplet: B9, 5D and 81. RGB value is (185,93,129). Sum of RGB (Red+Green+Blue) = 185+93+129=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95D81 is #46A27E. Grayscale: #7C7C7C. Windows color (decimal): -4629119 or 8478137. OLE color: 8478137.
HSL color Cylindrical-coordinate representation of color #B95D81: hue angle of 336.52º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95D81 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 93 | 129 | - |
| CMYK | 0 | 0.50 | 0.30 | 0.27 |
| HSL | 336.52º | 0.4% | 0.55% | - |
| HSV(B) | 336.52º | 0.5% | 0.73% | - |
| XYZ | 27.88 | 19.73 | 23.11 | - |
| YUV | 124.61 | 130.48 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 93 | 129 | 0 | 0.50 | 0.30 | 0.27 | 336.52 | 0.4 | 0.55 |
| Hex | B9 | 5D | 81 | 0 | 32 | 1E | 1B | 151 | 28 | 37 |
| Octal | 271 | 135 | 201 | 0 | 62 | 36 | 33 | 521 | 50 | 67 |
| Binary | 10111001 | 1011101 | 10000001 | 0 | 110010 | 11110 | 11011 | 101010001 | 101000 | 110111 |
Color Harmonies of #B95D81
Complementary color
Monochromatic Colors of #B95D81
Black with #B95D81
Text Example
Text Example
White with #B95D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95D81; }
p { color: rgb(185,93,129); }
H1.HeaderClassName
{
color: #B95D81;
}
.AnyTagClassName
{
color: #B95D81;
}
</style>
background-color css
<style>
a { background-color: #B95D81; }
a { background-color: rgb(185,93,129); }
div.DivClassName
{
background-color: #B95D81;
}
.BgClassName
{
background-color: #B95D81;
}
</style>
border-color css
<style>
span { border-color: #B95D81; }
span { border-color: rgb(185,93,129); }
td.TdClassName
{
border-color: #B95D81;
}
.TagClassName
{
border-color: #B95D81;
}
</style>