Shades of Tapestry #B7828C
Tints of Tapestry #B7828C
RGB
CMYK
RGB Variations
Color information
#B7828C (or 0xB7828C) is known color: Tapestry. HEX triplet: B7, 82 and 8C. RGB value is (183,130,140). Sum of RGB (Red+Green+Blue) = 183+130+140=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B7828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7828C is #487D73. Grayscale: #939393. Windows color (decimal): -4750708 or 9208503. OLE color: 9208503.
HSL color Cylindrical-coordinate representation of color #B7828C: hue angle of 348.68º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7828C is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 140 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.28 |
| HSL | 348.68º | 0.27% | 0.61% | - |
| HSV(B) | 348.68º | 0.29% | 0.72% | - |
| XYZ | 32.24 | 27.93 | 28.5 | - |
| YUV | 146.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 140 | 0 | 0.29 | 0.23 | 0.28 | 348.68 | 0.27 | 0.61 |
| Hex | B7 | 82 | 8C | 0 | 1D | 17 | 1C | 15D | 1B | 3D |
| Octal | 267 | 202 | 214 | 0 | 35 | 27 | 34 | 535 | 33 | 75 |
| Binary | 10110111 | 10000010 | 10001100 | 0 | 11101 | 10111 | 11100 | 101011101 | 11011 | 111101 |
Color Harmonies of #B7828C
Complementary color
Monochromatic Colors of #B7828C
Black with #B7828C
Text Example
Text Example
White with #B7828C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7828C; }
p { color: rgb(183,130,140); }
H1.HeaderClassName
{
color: #B7828C;
}
.AnyTagClassName
{
color: #B7828C;
}
</style>
background-color css
<style>
a { background-color: #B7828C; }
a { background-color: rgb(183,130,140); }
div.DivClassName
{
background-color: #B7828C;
}
.BgClassName
{
background-color: #B7828C;
}
</style>
border-color css
<style>
span { border-color: #B7828C; }
span { border-color: rgb(183,130,140); }
td.TdClassName
{
border-color: #B7828C;
}
.TagClassName
{
border-color: #B7828C;
}
</style>