Shades of Tapestry #BD727A
Tints of Tapestry #BD727A
RGB
CMYK
RGB Variations
Color information
#BD727A (or 0xBD727A) is known color: Tapestry. HEX triplet: BD, 72 and 7A. RGB value is (189,114,122). Sum of RGB (Red+Green+Blue) = 189+114+122=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 114 (44.92% from 255 or 26.82% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD727A is #428D85. Grayscale: #898989. Windows color (decimal): -4361606 or 8024765. OLE color: 8024765.
HSL color Cylindrical-coordinate representation of color #BD727A: hue angle of 353.6º 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 #BD727A is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 114 | 122 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.26 |
| HSL | 353.6º | 0.36% | 0.59% | - |
| HSV(B) | 353.6º | 0.4% | 0.74% | - |
| XYZ | 30.52 | 24.26 | 21.49 | - |
| YUV | 137.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 114 | 122 | 0 | 0.40 | 0.35 | 0.26 | 353.6 | 0.36 | 0.59 |
| Hex | BD | 72 | 7A | 0 | 28 | 23 | 1A | 162 | 24 | 3B |
| Octal | 275 | 162 | 172 | 0 | 50 | 43 | 32 | 542 | 44 | 73 |
| Binary | 10111101 | 1110010 | 1111010 | 0 | 101000 | 100011 | 11010 | 101100010 | 100100 | 111011 |
Color Harmonies of #BD727A
Complementary color
Monochromatic Colors of #BD727A
Black with #BD727A
Text Example
Text Example
White with #BD727A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD727A; }
p { color: rgb(189,114,122); }
H1.HeaderClassName
{
color: #BD727A;
}
.AnyTagClassName
{
color: #BD727A;
}
</style>
background-color css
<style>
a { background-color: #BD727A; }
a { background-color: rgb(189,114,122); }
div.DivClassName
{
background-color: #BD727A;
}
.BgClassName
{
background-color: #BD727A;
}
</style>
border-color css
<style>
span { border-color: #BD727A; }
span { border-color: rgb(189,114,122); }
td.TdClassName
{
border-color: #BD727A;
}
.TagClassName
{
border-color: #BD727A;
}
</style>