Shades of Tapestry #B95F81
Tints of Tapestry #B95F81
RGB
CMYK
RGB Variations
Color information
#B95F81 (or 0xB95F81) is known color: Tapestry. HEX triplet: B9, 5F and 81. RGB value is (185,95,129). Sum of RGB (Red+Green+Blue) = 185+95+129=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 95 (37.5% from 255 or 23.23% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B95F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95F81 is #46A07E. Grayscale: #7D7D7D. Windows color (decimal): -4628607 or 8478649. OLE color: 8478649.
HSL color Cylindrical-coordinate representation of color #B95F81: hue angle of 337.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95F81 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 95 | 129 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.27 |
| HSL | 337.33º | 0.39% | 0.55% | - |
| HSV(B) | 337.33º | 0.49% | 0.73% | - |
| XYZ | 28.06 | 20.08 | 23.17 | - |
| YUV | 125.79 | 129.82 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 95 | 129 | 0 | 0.49 | 0.30 | 0.27 | 337.33 | 0.39 | 0.55 |
| Hex | B9 | 5F | 81 | 0 | 31 | 1E | 1B | 151 | 27 | 37 |
| Octal | 271 | 137 | 201 | 0 | 61 | 36 | 33 | 521 | 47 | 67 |
| Binary | 10111001 | 1011111 | 10000001 | 0 | 110001 | 11110 | 11011 | 101010001 | 100111 | 110111 |
Color Harmonies of #B95F81
Complementary color
Monochromatic Colors of #B95F81
Black with #B95F81
Text Example
Text Example
White with #B95F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95F81; }
p { color: rgb(185,95,129); }
H1.HeaderClassName
{
color: #B95F81;
}
.AnyTagClassName
{
color: #B95F81;
}
</style>
background-color css
<style>
a { background-color: #B95F81; }
a { background-color: rgb(185,95,129); }
div.DivClassName
{
background-color: #B95F81;
}
.BgClassName
{
background-color: #B95F81;
}
</style>
border-color css
<style>
span { border-color: #B95F81; }
span { border-color: rgb(185,95,129); }
td.TdClassName
{
border-color: #B95F81;
}
.TagClassName
{
border-color: #B95F81;
}
</style>