Shades of Tapestry #B27685
Tints of Tapestry #B27685
RGB
CMYK
RGB Variations
Color information
#B27685 (or 0xB27685) is known color: Tapestry. HEX triplet: B2, 76 and 85. RGB value is (178,118,133). Sum of RGB (Red+Green+Blue) = 178+118+133=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B27685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27685 is #4D897A. Grayscale: #898989. Windows color (decimal): -5081467 or 8746674. OLE color: 8746674.
HSL color Cylindrical-coordinate representation of color #B27685: hue angle of 345º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B27685 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 118 | 133 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.30 |
| HSL | 345º | 0.28% | 0.58% | - |
| HSV(B) | 345º | 0.34% | 0.7% | - |
| XYZ | 29.07 | 24.12 | 25.31 | - |
| YUV | 137.65 | 125.38 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 118 | 133 | 0 | 0.34 | 0.25 | 0.30 | 345 | 0.28 | 0.58 |
| Hex | B2 | 76 | 85 | 0 | 22 | 19 | 1E | 159 | 1C | 3A |
| Octal | 262 | 166 | 205 | 0 | 42 | 31 | 36 | 531 | 34 | 72 |
| Binary | 10110010 | 1110110 | 10000101 | 0 | 100010 | 11001 | 11110 | 101011001 | 11100 | 111010 |
Color Harmonies of #B27685
Complementary color
Monochromatic Colors of #B27685
Black with #B27685
Text Example
Text Example
White with #B27685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27685; }
p { color: rgb(178,118,133); }
H1.HeaderClassName
{
color: #B27685;
}
.AnyTagClassName
{
color: #B27685;
}
</style>
background-color css
<style>
a { background-color: #B27685; }
a { background-color: rgb(178,118,133); }
div.DivClassName
{
background-color: #B27685;
}
.BgClassName
{
background-color: #B27685;
}
</style>
border-color css
<style>
span { border-color: #B27685; }
span { border-color: rgb(178,118,133); }
td.TdClassName
{
border-color: #B27685;
}
.TagClassName
{
border-color: #B27685;
}
</style>