Shades of Tapestry #B38091
Tints of Tapestry #B38091
RGB
CMYK
RGB Variations
Color information
#B38091 (or 0xB38091) is known color: Tapestry. HEX triplet: B3, 80 and 91. RGB value is (179,128,145). Sum of RGB (Red+Green+Blue) = 179+128+145=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B38091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38091 is #4C7F6E. Grayscale: #919191. Windows color (decimal): -5013359 or 9535667. OLE color: 9535667.
HSL color Cylindrical-coordinate representation of color #B38091: hue angle of 340º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B38091 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 128 | 145 | - |
| CMYK | 0 | 0.28 | 0.19 | 0.30 |
| HSL | 340º | 0.25% | 0.6% | - |
| HSV(B) | 340º | 0.28% | 0.7% | - |
| XYZ | 31.42 | 27.07 | 30.36 | - |
| YUV | 145.19 | 127.9 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 145 | 0 | 0.28 | 0.19 | 0.30 | 340 | 0.25 | 0.6 |
| Hex | B3 | 80 | 91 | 0 | 1C | 13 | 1E | 154 | 19 | 3C |
| Octal | 263 | 200 | 221 | 0 | 34 | 23 | 36 | 524 | 31 | 74 |
| Binary | 10110011 | 10000000 | 10010001 | 0 | 11100 | 10011 | 11110 | 101010100 | 11001 | 111100 |
Color Harmonies of #B38091
Complementary color
Monochromatic Colors of #B38091
Black with #B38091
Text Example
Text Example
White with #B38091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38091; }
p { color: rgb(179,128,145); }
H1.HeaderClassName
{
color: #B38091;
}
.AnyTagClassName
{
color: #B38091;
}
</style>
background-color css
<style>
a { background-color: #B38091; }
a { background-color: rgb(179,128,145); }
div.DivClassName
{
background-color: #B38091;
}
.BgClassName
{
background-color: #B38091;
}
</style>
border-color css
<style>
span { border-color: #B38091; }
span { border-color: rgb(179,128,145); }
td.TdClassName
{
border-color: #B38091;
}
.TagClassName
{
border-color: #B38091;
}
</style>