Shades of Tapestry #B38387
Tints of Tapestry #B38387
RGB
CMYK
RGB Variations
Color information
#B38387 (or 0xB38387) is known color: Tapestry. HEX triplet: B3, 83 and 87. RGB value is (179,131,135). Sum of RGB (Red+Green+Blue) = 179+131+135=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 135 (53.12% from 255 or 30.34% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B38387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38387 is #4C7C78. Grayscale: #919191. Windows color (decimal): -5012601 or 8881075. OLE color: 8881075.
HSL color Cylindrical-coordinate representation of color #B38387: hue angle of 355º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B38387 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 131 | 135 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.30 |
| HSL | 355º | 0.24% | 0.61% | - |
| HSV(B) | 355º | 0.27% | 0.7% | - |
| XYZ | 31.08 | 27.57 | 26.6 | - |
| YUV | 145.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 131 | 135 | 0 | 0.27 | 0.25 | 0.30 | 355 | 0.24 | 0.61 |
| Hex | B3 | 83 | 87 | 0 | 1B | 19 | 1E | 163 | 18 | 3D |
| Octal | 263 | 203 | 207 | 0 | 33 | 31 | 36 | 543 | 30 | 75 |
| Binary | 10110011 | 10000011 | 10000111 | 0 | 11011 | 11001 | 11110 | 101100011 | 11000 | 111101 |
Color Harmonies of #B38387
Complementary color
Monochromatic Colors of #B38387
Black with #B38387
Text Example
Text Example
White with #B38387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38387; }
p { color: rgb(179,131,135); }
H1.HeaderClassName
{
color: #B38387;
}
.AnyTagClassName
{
color: #B38387;
}
</style>
background-color css
<style>
a { background-color: #B38387; }
a { background-color: rgb(179,131,135); }
div.DivClassName
{
background-color: #B38387;
}
.BgClassName
{
background-color: #B38387;
}
</style>
border-color css
<style>
span { border-color: #B38387; }
span { border-color: rgb(179,131,135); }
td.TdClassName
{
border-color: #B38387;
}
.TagClassName
{
border-color: #B38387;
}
</style>