Shades of Tapestry #B2727E
Tints of Tapestry #B2727E
RGB
CMYK
RGB Variations
Color information
#B2727E (or 0xB2727E) is known color: Tapestry. HEX triplet: B2, 72 and 7E. RGB value is (178,114,126). Sum of RGB (Red+Green+Blue) = 178+114+126=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B2727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2727E is #4D8D81. Grayscale: #868686. Windows color (decimal): -5082498 or 8286898. OLE color: 8286898.
HSL color Cylindrical-coordinate representation of color #B2727E: hue angle of 348.75º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B2727E is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 114 | 126 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.30 |
| HSL | 348.75º | 0.29% | 0.57% | - |
| HSV(B) | 348.75º | 0.36% | 0.7% | - |
| XYZ | 28.14 | 23.01 | 22.7 | - |
| YUV | 134.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 114 | 126 | 0 | 0.36 | 0.29 | 0.30 | 348.75 | 0.29 | 0.57 |
| Hex | B2 | 72 | 7E | 0 | 24 | 1D | 1E | 15D | 1D | 39 |
| Octal | 262 | 162 | 176 | 0 | 44 | 35 | 36 | 535 | 35 | 71 |
| Binary | 10110010 | 1110010 | 1111110 | 0 | 100100 | 11101 | 11110 | 101011101 | 11101 | 111001 |
Color Harmonies of #B2727E
Complementary color
Monochromatic Colors of #B2727E
Black with #B2727E
Text Example
Text Example
White with #B2727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2727E; }
p { color: rgb(178,114,126); }
H1.HeaderClassName
{
color: #B2727E;
}
.AnyTagClassName
{
color: #B2727E;
}
</style>
background-color css
<style>
a { background-color: #B2727E; }
a { background-color: rgb(178,114,126); }
div.DivClassName
{
background-color: #B2727E;
}
.BgClassName
{
background-color: #B2727E;
}
</style>
border-color css
<style>
span { border-color: #B2727E; }
span { border-color: rgb(178,114,126); }
td.TdClassName
{
border-color: #B2727E;
}
.TagClassName
{
border-color: #B2727E;
}
</style>