Shades of Tapestry #B95F77
Tints of Tapestry #B95F77
RGB
CMYK
RGB Variations
Color information
#B95F77 (or 0xB95F77) is known color: Tapestry. HEX triplet: B9, 5F and 77. RGB value is (185,95,119). Sum of RGB (Red+Green+Blue) = 185+95+119=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B95F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95F77 is #46A088. Grayscale: #7C7C7C. Windows color (decimal): -4628617 or 7823289. OLE color: 7823289.
HSL color Cylindrical-coordinate representation of color #B95F77: hue angle of 344º 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 #B95F77 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 95 | 119 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.27 |
| HSL | 344º | 0.39% | 0.55% | - |
| HSV(B) | 344º | 0.49% | 0.73% | - |
| XYZ | 27.43 | 19.83 | 19.83 | - |
| YUV | 124.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 95 | 119 | 0 | 0.49 | 0.36 | 0.27 | 344 | 0.39 | 0.55 |
| Hex | B9 | 5F | 77 | 0 | 31 | 24 | 1B | 158 | 27 | 37 |
| Octal | 271 | 137 | 167 | 0 | 61 | 44 | 33 | 530 | 47 | 67 |
| Binary | 10111001 | 1011111 | 1110111 | 0 | 110001 | 100100 | 11011 | 101011000 | 100111 | 110111 |
Color Harmonies of #B95F77
Complementary color
Monochromatic Colors of #B95F77
Black with #B95F77
Text Example
Text Example
White with #B95F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95F77; }
p { color: rgb(185,95,119); }
H1.HeaderClassName
{
color: #B95F77;
}
.AnyTagClassName
{
color: #B95F77;
}
</style>
background-color css
<style>
a { background-color: #B95F77; }
a { background-color: rgb(185,95,119); }
div.DivClassName
{
background-color: #B95F77;
}
.BgClassName
{
background-color: #B95F77;
}
</style>
border-color css
<style>
span { border-color: #B95F77; }
span { border-color: rgb(185,95,119); }
td.TdClassName
{
border-color: #B95F77;
}
.TagClassName
{
border-color: #B95F77;
}
</style>