Shades of Tapestry #B95E82
Tints of Tapestry #B95E82
RGB
CMYK
RGB Variations
Color information
#B95E82 (or 0xB95E82) is known color: Tapestry. HEX triplet: B9, 5E and 82. RGB value is (185,94,130). Sum of RGB (Red+Green+Blue) = 185+94+130=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B95E82 is #46A17D. Grayscale: #7D7D7D. Windows color (decimal): -4628862 or 8543929. OLE color: 8543929.
HSL color Cylindrical-coordinate representation of color #B95E82: hue angle of 336.26º 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 #B95E82 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 94 | 130 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.27 |
| HSL | 336.26º | 0.39% | 0.55% | - |
| HSV(B) | 336.26º | 0.49% | 0.73% | - |
| XYZ | 28.04 | 19.93 | 23.49 | - |
| YUV | 125.31 | 130.65 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 130 | 0 | 0.49 | 0.30 | 0.27 | 336.26 | 0.39 | 0.55 |
| Hex | B9 | 5E | 82 | 0 | 31 | 1E | 1B | 150 | 27 | 37 |
| Octal | 271 | 136 | 202 | 0 | 61 | 36 | 33 | 520 | 47 | 67 |
| Binary | 10111001 | 1011110 | 10000010 | 0 | 110001 | 11110 | 11011 | 101010000 | 100111 | 110111 |
Color Harmonies of #B95E82
Complementary color
Monochromatic Colors of #B95E82
Black with #B95E82
Text Example
Text Example
White with #B95E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95E82; }
p { color: rgb(185,94,130); }
H1.HeaderClassName
{
color: #B95E82;
}
.AnyTagClassName
{
color: #B95E82;
}
</style>
background-color css
<style>
a { background-color: #B95E82; }
a { background-color: rgb(185,94,130); }
div.DivClassName
{
background-color: #B95E82;
}
.BgClassName
{
background-color: #B95E82;
}
</style>
border-color css
<style>
span { border-color: #B95E82; }
span { border-color: rgb(185,94,130); }
td.TdClassName
{
border-color: #B95E82;
}
.TagClassName
{
border-color: #B95E82;
}
</style>