Shades of Tapestry #B07385
Tints of Tapestry #B07385
RGB
CMYK
RGB Variations
Color information
#B07385 (or 0xB07385) is known color: Tapestry. HEX triplet: B0, 73 and 85. RGB value is (176,115,133). Sum of RGB (Red+Green+Blue) = 176+115+133=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 115 (45.31% from 255 or 27.12% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B07385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07385 is #4F8C7A. Grayscale: #878787. Windows color (decimal): -5213307 or 8745904. OLE color: 8745904.
HSL color Cylindrical-coordinate representation of color #B07385: hue angle of 342.3º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B07385 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 115 | 133 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.31 |
| HSL | 342.3º | 0.28% | 0.57% | - |
| HSV(B) | 342.3º | 0.35% | 0.69% | - |
| XYZ | 28.27 | 23.19 | 25.18 | - |
| YUV | 135.29 | 126.71 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 115 | 133 | 0 | 0.35 | 0.24 | 0.31 | 342.3 | 0.28 | 0.57 |
| Hex | B0 | 73 | 85 | 0 | 23 | 18 | 1F | 156 | 1C | 39 |
| Octal | 260 | 163 | 205 | 0 | 43 | 30 | 37 | 526 | 34 | 71 |
| Binary | 10110000 | 1110011 | 10000101 | 0 | 100011 | 11000 | 11111 | 101010110 | 11100 | 111001 |
Color Harmonies of #B07385
Complementary color
Monochromatic Colors of #B07385
Black with #B07385
Text Example
Text Example
White with #B07385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07385; }
p { color: rgb(176,115,133); }
H1.HeaderClassName
{
color: #B07385;
}
.AnyTagClassName
{
color: #B07385;
}
</style>
background-color css
<style>
a { background-color: #B07385; }
a { background-color: rgb(176,115,133); }
div.DivClassName
{
background-color: #B07385;
}
.BgClassName
{
background-color: #B07385;
}
</style>
border-color css
<style>
span { border-color: #B07385; }
span { border-color: rgb(176,115,133); }
td.TdClassName
{
border-color: #B07385;
}
.TagClassName
{
border-color: #B07385;
}
</style>