Shades of Tapestry #B7858B
Tints of Tapestry #B7858B
RGB
CMYK
RGB Variations
Color information
#B7858B (or 0xB7858B) is known color: Tapestry. HEX triplet: B7, 85 and 8B. RGB value is (183,133,139). Sum of RGB (Red+Green+Blue) = 183+133+139=455 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.22% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 139 (54.69% from 255 or 30.55% from 455); Max value from RGB is 183 - color contains mainly: red. Hex color #B7858B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7858B is #487A74. Grayscale: #949494. Windows color (decimal): -4749941 or 9143735. OLE color: 9143735.
HSL color Cylindrical-coordinate representation of color #B7858B: hue angle of 352.8º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B7858B is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 133 | 139 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.28 |
| HSL | 352.8º | 0.26% | 0.62% | - |
| HSV(B) | 352.8º | 0.27% | 0.72% | - |
| XYZ | 32.58 | 28.71 | 28.25 | - |
| YUV | 148.63 | 122.57 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 139 | 0 | 0.27 | 0.24 | 0.28 | 352.8 | 0.26 | 0.62 |
| Hex | B7 | 85 | 8B | 0 | 1B | 18 | 1C | 161 | 1A | 3E |
| Octal | 267 | 205 | 213 | 0 | 33 | 30 | 34 | 541 | 32 | 76 |
| Binary | 10110111 | 10000101 | 10001011 | 0 | 11011 | 11000 | 11100 | 101100001 | 11010 | 111110 |
Color Harmonies of #B7858B
Complementary color
Monochromatic Colors of #B7858B
Black with #B7858B
Text Example
Text Example
White with #B7858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7858B; }
p { color: rgb(183,133,139); }
H1.HeaderClassName
{
color: #B7858B;
}
.AnyTagClassName
{
color: #B7858B;
}
</style>
background-color css
<style>
a { background-color: #B7858B; }
a { background-color: rgb(183,133,139); }
div.DivClassName
{
background-color: #B7858B;
}
.BgClassName
{
background-color: #B7858B;
}
</style>
border-color css
<style>
span { border-color: #B7858B; }
span { border-color: rgb(183,133,139); }
td.TdClassName
{
border-color: #B7858B;
}
.TagClassName
{
border-color: #B7858B;
}
</style>