Shades of Tapestry #B0727E
Tints of Tapestry #B0727E
RGB
CMYK
RGB Variations
Color information
#B0727E (or 0xB0727E) is known color: Tapestry. HEX triplet: B0, 72 and 7E. RGB value is (176,114,126). Sum of RGB (Red+Green+Blue) = 176+114+126=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 114 (44.92% from 255 or 27.40% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0727E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0727E is #4F8D81. Grayscale: #858585. Windows color (decimal): -5213570 or 8286896. OLE color: 8286896.
HSL color Cylindrical-coordinate representation of color #B0727E: hue angle of 348.39º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B0727E is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 114 | 126 | - |
| CMYK | 0 | 0.35 | 0.28 | 0.31 |
| HSL | 348.39º | 0.28% | 0.57% | - |
| HSV(B) | 348.39º | 0.35% | 0.69% | - |
| XYZ | 27.69 | 22.77 | 22.67 | - |
| YUV | 133.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 114 | 126 | 0 | 0.35 | 0.28 | 0.31 | 348.39 | 0.28 | 0.57 |
| Hex | B0 | 72 | 7E | 0 | 23 | 1C | 1F | 15C | 1C | 39 |
| Octal | 260 | 162 | 176 | 0 | 43 | 34 | 37 | 534 | 34 | 71 |
| Binary | 10110000 | 1110010 | 1111110 | 0 | 100011 | 11100 | 11111 | 101011100 | 11100 | 111001 |
Color Harmonies of #B0727E
Complementary color
Monochromatic Colors of #B0727E
Black with #B0727E
Text Example
Text Example
White with #B0727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0727E; }
p { color: rgb(176,114,126); }
H1.HeaderClassName
{
color: #B0727E;
}
.AnyTagClassName
{
color: #B0727E;
}
</style>
background-color css
<style>
a { background-color: #B0727E; }
a { background-color: rgb(176,114,126); }
div.DivClassName
{
background-color: #B0727E;
}
.BgClassName
{
background-color: #B0727E;
}
</style>
border-color css
<style>
span { border-color: #B0727E; }
span { border-color: rgb(176,114,126); }
td.TdClassName
{
border-color: #B0727E;
}
.TagClassName
{
border-color: #B0727E;
}
</style>