Shades of Tapestry #B38185
Tints of Tapestry #B38185
RGB
CMYK
RGB Variations
Color information
#B38185 (or 0xB38185) is known color: Tapestry. HEX triplet: B3, 81 and 85. RGB value is (179,129,133). Sum of RGB (Red+Green+Blue) = 179+129+133=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B38185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38185 is #4C7E7A. Grayscale: #909090. Windows color (decimal): -5013115 or 8749491. OLE color: 8749491.
HSL color Cylindrical-coordinate representation of color #B38185: hue angle of 355.2º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B38185 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 129 | 133 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.30 |
| HSL | 355.2º | 0.25% | 0.6% | - |
| HSV(B) | 355.2º | 0.28% | 0.7% | - |
| XYZ | 30.67 | 26.98 | 25.78 | - |
| YUV | 144.41 | 121.57 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 129 | 133 | 0 | 0.28 | 0.26 | 0.30 | 355.2 | 0.25 | 0.6 |
| Hex | B3 | 81 | 85 | 0 | 1C | 1A | 1E | 163 | 19 | 3C |
| Octal | 263 | 201 | 205 | 0 | 34 | 32 | 36 | 543 | 31 | 74 |
| Binary | 10110011 | 10000001 | 10000101 | 0 | 11100 | 11010 | 11110 | 101100011 | 11001 | 111100 |
Color Harmonies of #B38185
Complementary color
Monochromatic Colors of #B38185
Black with #B38185
Text Example
Text Example
White with #B38185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38185; }
p { color: rgb(179,129,133); }
H1.HeaderClassName
{
color: #B38185;
}
.AnyTagClassName
{
color: #B38185;
}
</style>
background-color css
<style>
a { background-color: #B38185; }
a { background-color: rgb(179,129,133); }
div.DivClassName
{
background-color: #B38185;
}
.BgClassName
{
background-color: #B38185;
}
</style>
border-color css
<style>
span { border-color: #B38185; }
span { border-color: rgb(179,129,133); }
td.TdClassName
{
border-color: #B38185;
}
.TagClassName
{
border-color: #B38185;
}
</style>