Shades of Tapestry #B95D83
Tints of Tapestry #B95D83
RGB
CMYK
RGB Variations
Color information
#B95D83 (or 0xB95D83) is known color: Tapestry. HEX triplet: B9, 5D and 83. RGB value is (185,93,131). Sum of RGB (Red+Green+Blue) = 185+93+131=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 93 (36.72% from 255 or 22.74% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B95D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95D83 is #46A27C. Grayscale: #7C7C7C. Windows color (decimal): -4629117 or 8609209. OLE color: 8609209.
HSL color Cylindrical-coordinate representation of color #B95D83: hue angle of 335.22º 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 #B95D83 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 93 | 131 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.27 |
| HSL | 335.22º | 0.4% | 0.55% | - |
| HSV(B) | 335.22º | 0.5% | 0.73% | - |
| XYZ | 28.02 | 19.78 | 23.81 | - |
| YUV | 124.84 | 131.48 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 93 | 131 | 0 | 0.50 | 0.29 | 0.27 | 335.22 | 0.4 | 0.55 |
| Hex | B9 | 5D | 83 | 0 | 32 | 1D | 1B | 14F | 28 | 37 |
| Octal | 271 | 135 | 203 | 0 | 62 | 35 | 33 | 517 | 50 | 67 |
| Binary | 10111001 | 1011101 | 10000011 | 0 | 110010 | 11101 | 11011 | 101001111 | 101000 | 110111 |
Color Harmonies of #B95D83
Complementary color
Monochromatic Colors of #B95D83
Black with #B95D83
Text Example
Text Example
White with #B95D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95D83; }
p { color: rgb(185,93,131); }
H1.HeaderClassName
{
color: #B95D83;
}
.AnyTagClassName
{
color: #B95D83;
}
</style>
background-color css
<style>
a { background-color: #B95D83; }
a { background-color: rgb(185,93,131); }
div.DivClassName
{
background-color: #B95D83;
}
.BgClassName
{
background-color: #B95D83;
}
</style>
border-color css
<style>
span { border-color: #B95D83; }
span { border-color: rgb(185,93,131); }
td.TdClassName
{
border-color: #B95D83;
}
.TagClassName
{
border-color: #B95D83;
}
</style>