Shades of Tapestry #BD718A
Tints of Tapestry #BD718A
RGB
CMYK
RGB Variations
Color information
#BD718A (or 0xBD718A) is known color: Tapestry. HEX triplet: BD, 71 and 8A. RGB value is (189,113,138). Sum of RGB (Red+Green+Blue) = 189+113+138=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD718A is #428E75. Grayscale: #8A8A8A. Windows color (decimal): -4361846 or 9073085. OLE color: 9073085.
HSL color Cylindrical-coordinate representation of color #BD718A: hue angle of 340.26º degrees, saturation: 0.37, 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 #BD718A is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 138 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.26 |
| HSL | 340.26º | 0.37% | 0.59% | - |
| HSV(B) | 340.26º | 0.4% | 0.74% | - |
| XYZ | 31.48 | 24.46 | 27.11 | - |
| YUV | 138.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 138 | 0 | 0.40 | 0.27 | 0.26 | 340.26 | 0.37 | 0.59 |
| Hex | BD | 71 | 8A | 0 | 28 | 1B | 1A | 154 | 25 | 3B |
| Octal | 275 | 161 | 212 | 0 | 50 | 33 | 32 | 524 | 45 | 73 |
| Binary | 10111101 | 1110001 | 10001010 | 0 | 101000 | 11011 | 11010 | 101010100 | 100101 | 111011 |
Color Harmonies of #BD718A
Complementary color
Monochromatic Colors of #BD718A
Black with #BD718A
Text Example
Text Example
White with #BD718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD718A; }
p { color: rgb(189,113,138); }
H1.HeaderClassName
{
color: #BD718A;
}
.AnyTagClassName
{
color: #BD718A;
}
</style>
background-color css
<style>
a { background-color: #BD718A; }
a { background-color: rgb(189,113,138); }
div.DivClassName
{
background-color: #BD718A;
}
.BgClassName
{
background-color: #BD718A;
}
</style>
border-color css
<style>
span { border-color: #BD718A; }
span { border-color: rgb(189,113,138); }
td.TdClassName
{
border-color: #BD718A;
}
.TagClassName
{
border-color: #BD718A;
}
</style>