Shades of Tapestry #B07783
Tints of Tapestry #B07783
RGB
CMYK
RGB Variations
Color information
#B07783 (or 0xB07783) is known color: Tapestry. HEX triplet: B0, 77 and 83. RGB value is (176,119,131). Sum of RGB (Red+Green+Blue) = 176+119+131=426 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.31% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 176 - color contains mainly: red. Hex color #B07783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07783 is #4F887C. Grayscale: #898989. Windows color (decimal): -5212285 or 8615856. OLE color: 8615856.
HSL color Cylindrical-coordinate representation of color #B07783: hue angle of 347.37º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B07783 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 119 | 131 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.31 |
| HSL | 347.37º | 0.27% | 0.58% | - |
| HSV(B) | 347.37º | 0.32% | 0.69% | - |
| XYZ | 28.6 | 24.06 | 24.61 | - |
| YUV | 137.41 | 124.38 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 119 | 131 | 0 | 0.32 | 0.26 | 0.31 | 347.37 | 0.27 | 0.58 |
| Hex | B0 | 77 | 83 | 0 | 20 | 1A | 1F | 15B | 1B | 3A |
| Octal | 260 | 167 | 203 | 0 | 40 | 32 | 37 | 533 | 33 | 72 |
| Binary | 10110000 | 1110111 | 10000011 | 0 | 100000 | 11010 | 11111 | 101011011 | 11011 | 111010 |
Color Harmonies of #B07783
Complementary color
Monochromatic Colors of #B07783
Black with #B07783
Text Example
Text Example
White with #B07783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07783; }
p { color: rgb(176,119,131); }
H1.HeaderClassName
{
color: #B07783;
}
.AnyTagClassName
{
color: #B07783;
}
</style>
background-color css
<style>
a { background-color: #B07783; }
a { background-color: rgb(176,119,131); }
div.DivClassName
{
background-color: #B07783;
}
.BgClassName
{
background-color: #B07783;
}
</style>
border-color css
<style>
span { border-color: #B07783; }
span { border-color: rgb(176,119,131); }
td.TdClassName
{
border-color: #B07783;
}
.TagClassName
{
border-color: #B07783;
}
</style>