Shades of Tapestry #B27784
Tints of Tapestry #B27784
RGB
CMYK
RGB Variations
Color information
#B27784 (or 0xB27784) is known color: Tapestry. HEX triplet: B2, 77 and 84. RGB value is (178,119,132). Sum of RGB (Red+Green+Blue) = 178+119+132=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 119 (46.88% from 255 or 27.74% from 429); Blue value is 132 (51.95% from 255 or 30.77% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B27784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27784 is #4D887B. Grayscale: #8A8A8A. Windows color (decimal): -5081212 or 8681394. OLE color: 8681394.
HSL color Cylindrical-coordinate representation of color #B27784: hue angle of 346.78º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B27784 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 119 | 132 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.30 |
| HSL | 346.78º | 0.28% | 0.58% | - |
| HSV(B) | 346.78º | 0.33% | 0.7% | - |
| XYZ | 29.12 | 24.32 | 24.99 | - |
| YUV | 138.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 119 | 132 | 0 | 0.33 | 0.26 | 0.30 | 346.78 | 0.28 | 0.58 |
| Hex | B2 | 77 | 84 | 0 | 21 | 1A | 1E | 15B | 1C | 3A |
| Octal | 262 | 167 | 204 | 0 | 41 | 32 | 36 | 533 | 34 | 72 |
| Binary | 10110010 | 1110111 | 10000100 | 0 | 100001 | 11010 | 11110 | 101011011 | 11100 | 111010 |
Color Harmonies of #B27784
Complementary color
Monochromatic Colors of #B27784
Black with #B27784
Text Example
Text Example
White with #B27784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B27784; }
p { color: rgb(178,119,132); }
H1.HeaderClassName
{
color: #B27784;
}
.AnyTagClassName
{
color: #B27784;
}
</style>
background-color css
<style>
a { background-color: #B27784; }
a { background-color: rgb(178,119,132); }
div.DivClassName
{
background-color: #B27784;
}
.BgClassName
{
background-color: #B27784;
}
</style>
border-color css
<style>
span { border-color: #B27784; }
span { border-color: rgb(178,119,132); }
td.TdClassName
{
border-color: #B27784;
}
.TagClassName
{
border-color: #B27784;
}
</style>