Shades of Tapestry #B38085
Tints of Tapestry #B38085
RGB
CMYK
RGB Variations
Color information
#B38085 (or 0xB38085) is known color: Tapestry. HEX triplet: B3, 80 and 85. RGB value is (179,128,133). Sum of RGB (Red+Green+Blue) = 179+128+133=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B38085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38085 is #4C7F7A. Grayscale: #8F8F8F. Windows color (decimal): -5013371 or 8749235. OLE color: 8749235.
HSL color Cylindrical-coordinate representation of color #B38085: hue angle of 354.12º 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 #B38085 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 128 | 133 | - |
| CMYK | 0 | 0.28 | 0.26 | 0.30 |
| HSL | 354.12º | 0.25% | 0.6% | - |
| HSV(B) | 354.12º | 0.28% | 0.7% | - |
| XYZ | 30.54 | 26.72 | 25.74 | - |
| YUV | 143.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 133 | 0 | 0.28 | 0.26 | 0.30 | 354.12 | 0.25 | 0.6 |
| Hex | B3 | 80 | 85 | 0 | 1C | 1A | 1E | 162 | 19 | 3C |
| Octal | 263 | 200 | 205 | 0 | 34 | 32 | 36 | 542 | 31 | 74 |
| Binary | 10110011 | 10000000 | 10000101 | 0 | 11100 | 11010 | 11110 | 101100010 | 11001 | 111100 |
Color Harmonies of #B38085
Complementary color
Monochromatic Colors of #B38085
Black with #B38085
Text Example
Text Example
White with #B38085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38085; }
p { color: rgb(179,128,133); }
H1.HeaderClassName
{
color: #B38085;
}
.AnyTagClassName
{
color: #B38085;
}
</style>
background-color css
<style>
a { background-color: #B38085; }
a { background-color: rgb(179,128,133); }
div.DivClassName
{
background-color: #B38085;
}
.BgClassName
{
background-color: #B38085;
}
</style>
border-color css
<style>
span { border-color: #B38085; }
span { border-color: rgb(179,128,133); }
td.TdClassName
{
border-color: #B38085;
}
.TagClassName
{
border-color: #B38085;
}
</style>