Shades of Tapestry #B0838D
Tints of Tapestry #B0838D
RGB
CMYK
RGB Variations
Color information
#B0838D (or 0xB0838D) is known color: Tapestry. HEX triplet: B0, 83 and 8D. RGB value is (176,131,141). Sum of RGB (Red+Green+Blue) = 176+131+141=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 176 - color contains mainly: red. Hex color #B0838D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0838D is #4F7C72. Grayscale: #919191. Windows color (decimal): -5209203 or 9274288. OLE color: 9274288.
HSL color Cylindrical-coordinate representation of color #B0838D: hue angle of 346.67º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0838D is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 131 | 141 | - |
| CMYK | 0 | 0.26 | 0.20 | 0.31 |
| HSL | 346.67º | 0.22% | 0.6% | - |
| HSV(B) | 346.67º | 0.26% | 0.69% | - |
| XYZ | 30.83 | 27.39 | 28.86 | - |
| YUV | 145.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 131 | 141 | 0 | 0.26 | 0.20 | 0.31 | 346.67 | 0.22 | 0.6 |
| Hex | B0 | 83 | 8D | 0 | 1A | 14 | 1F | 15B | 16 | 3C |
| Octal | 260 | 203 | 215 | 0 | 32 | 24 | 37 | 533 | 26 | 74 |
| Binary | 10110000 | 10000011 | 10001101 | 0 | 11010 | 10100 | 11111 | 101011011 | 10110 | 111100 |
Color Harmonies of #B0838D
Complementary color
Monochromatic Colors of #B0838D
Black with #B0838D
Text Example
Text Example
White with #B0838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0838D; }
p { color: rgb(176,131,141); }
H1.HeaderClassName
{
color: #B0838D;
}
.AnyTagClassName
{
color: #B0838D;
}
</style>
background-color css
<style>
a { background-color: #B0838D; }
a { background-color: rgb(176,131,141); }
div.DivClassName
{
background-color: #B0838D;
}
.BgClassName
{
background-color: #B0838D;
}
</style>
border-color css
<style>
span { border-color: #B0838D; }
span { border-color: rgb(176,131,141); }
td.TdClassName
{
border-color: #B0838D;
}
.TagClassName
{
border-color: #B0838D;
}
</style>