Shades of Tapestry #BD727E
Tints of Tapestry #BD727E
RGB
CMYK
RGB Variations
Color information
#BD727E (or 0xBD727E) is known color: Tapestry. HEX triplet: BD, 72 and 7E. RGB value is (189,114,126). Sum of RGB (Red+Green+Blue) = 189+114+126=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD727E is #428D81. Grayscale: #898989. Windows color (decimal): -4361602 or 8286909. OLE color: 8286909.
HSL color Cylindrical-coordinate representation of color #BD727E: hue angle of 350.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD727E is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 126 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.26 |
| HSL | 350.4º | 0.36% | 0.59% | - |
| HSV(B) | 350.4º | 0.4% | 0.74% | - |
| XYZ | 30.77 | 24.36 | 22.82 | - |
| YUV | 137.79 | 121.35 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 126 | 0 | 0.40 | 0.33 | 0.26 | 350.4 | 0.36 | 0.59 |
| Hex | BD | 72 | 7E | 0 | 28 | 21 | 1A | 15E | 24 | 3B |
| Octal | 275 | 162 | 176 | 0 | 50 | 41 | 32 | 536 | 44 | 73 |
| Binary | 10111101 | 1110010 | 1111110 | 0 | 101000 | 100001 | 11010 | 101011110 | 100100 | 111011 |
Color Harmonies of #BD727E
Complementary color
Monochromatic Colors of #BD727E
Black with #BD727E
Text Example
Text Example
White with #BD727E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD727E; }
p { color: rgb(189,114,126); }
H1.HeaderClassName
{
color: #BD727E;
}
.AnyTagClassName
{
color: #BD727E;
}
</style>
background-color css
<style>
a { background-color: #BD727E; }
a { background-color: rgb(189,114,126); }
div.DivClassName
{
background-color: #BD727E;
}
.BgClassName
{
background-color: #BD727E;
}
</style>
border-color css
<style>
span { border-color: #BD727E; }
span { border-color: rgb(189,114,126); }
td.TdClassName
{
border-color: #BD727E;
}
.TagClassName
{
border-color: #BD727E;
}
</style>