Shades of Tapestry #B07883
Tints of Tapestry #B07883
RGB
CMYK
RGB Variations
Color information
#B07883 (or 0xB07883) is known color: Tapestry. HEX triplet: B0, 78 and 83. RGB value is (176,120,131). Sum of RGB (Red+Green+Blue) = 176+120+131=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 176 - color contains mainly: red. Hex color #B07883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B07883 is #4F877C. Grayscale: #8A8A8A. Windows color (decimal): -5212029 or 8616112. OLE color: 8616112.
HSL color Cylindrical-coordinate representation of color #B07883: hue angle of 348.21º degrees, saturation: 0.26, 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 #B07883 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 120 | 131 | - |
| CMYK | 0 | 0.32 | 0.26 | 0.31 |
| HSL | 348.21º | 0.26% | 0.58% | - |
| HSV(B) | 348.21º | 0.32% | 0.69% | - |
| XYZ | 28.72 | 24.3 | 24.65 | - |
| YUV | 138 | 124.05 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 120 | 131 | 0 | 0.32 | 0.26 | 0.31 | 348.21 | 0.26 | 0.58 |
| Hex | B0 | 78 | 83 | 0 | 20 | 1A | 1F | 15C | 1A | 3A |
| Octal | 260 | 170 | 203 | 0 | 40 | 32 | 37 | 534 | 32 | 72 |
| Binary | 10110000 | 1111000 | 10000011 | 0 | 100000 | 11010 | 11111 | 101011100 | 11010 | 111010 |
Color Harmonies of #B07883
Complementary color
Monochromatic Colors of #B07883
Black with #B07883
Text Example
Text Example
White with #B07883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07883; }
p { color: rgb(176,120,131); }
H1.HeaderClassName
{
color: #B07883;
}
.AnyTagClassName
{
color: #B07883;
}
</style>
background-color css
<style>
a { background-color: #B07883; }
a { background-color: rgb(176,120,131); }
div.DivClassName
{
background-color: #B07883;
}
.BgClassName
{
background-color: #B07883;
}
</style>
border-color css
<style>
span { border-color: #B07883; }
span { border-color: rgb(176,120,131); }
td.TdClassName
{
border-color: #B07883;
}
.TagClassName
{
border-color: #B07883;
}
</style>