Shades of Tapestry #BD718C
Tints of Tapestry #BD718C
RGB
CMYK
RGB Variations
Color information
#BD718C (or 0xBD718C) is known color: Tapestry. HEX triplet: BD, 71 and 8C. RGB value is (189,113,140). Sum of RGB (Red+Green+Blue) = 189+113+140=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD718C is #428E73. Grayscale: #8A8A8A. Windows color (decimal): -4361844 or 9204157. OLE color: 9204157.
HSL color Cylindrical-coordinate representation of color #BD718C: hue angle of 338.68º 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 #BD718C is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 113 | 140 | - |
| CMYK | 0 | 0.40 | 0.26 | 0.26 |
| HSL | 338.68º | 0.37% | 0.59% | - |
| HSV(B) | 338.68º | 0.4% | 0.74% | - |
| XYZ | 31.63 | 24.52 | 27.88 | - |
| YUV | 138.8 | 128.68 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 113 | 140 | 0 | 0.40 | 0.26 | 0.26 | 338.68 | 0.37 | 0.59 |
| Hex | BD | 71 | 8C | 0 | 28 | 1A | 1A | 153 | 25 | 3B |
| Octal | 275 | 161 | 214 | 0 | 50 | 32 | 32 | 523 | 45 | 73 |
| Binary | 10111101 | 1110001 | 10001100 | 0 | 101000 | 11010 | 11010 | 101010011 | 100101 | 111011 |
Color Harmonies of #BD718C
Complementary color
Monochromatic Colors of #BD718C
Black with #BD718C
Text Example
Text Example
White with #BD718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD718C; }
p { color: rgb(189,113,140); }
H1.HeaderClassName
{
color: #BD718C;
}
.AnyTagClassName
{
color: #BD718C;
}
</style>
background-color css
<style>
a { background-color: #BD718C; }
a { background-color: rgb(189,113,140); }
div.DivClassName
{
background-color: #BD718C;
}
.BgClassName
{
background-color: #BD718C;
}
</style>
border-color css
<style>
span { border-color: #BD718C; }
span { border-color: rgb(189,113,140); }
td.TdClassName
{
border-color: #BD718C;
}
.TagClassName
{
border-color: #BD718C;
}
</style>