Shades of Tapestry #BD708A
Tints of Tapestry #BD708A
RGB
CMYK
RGB Variations
Color information
#BD708A (or 0xBD708A) is known color: Tapestry. HEX triplet: BD, 70 and 8A. RGB value is (189,112,138). Sum of RGB (Red+Green+Blue) = 189+112+138=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD708A is #428F75. Grayscale: #898989. Windows color (decimal): -4362102 or 9072829. OLE color: 9072829.
HSL color Cylindrical-coordinate representation of color #BD708A: hue angle of 339.74º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD708A is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 138 | - |
| CMYK | 0 | 0.41 | 0.27 | 0.26 |
| HSL | 339.74º | 0.37% | 0.59% | - |
| HSV(B) | 339.74º | 0.41% | 0.74% | - |
| XYZ | 31.37 | 24.24 | 27.07 | - |
| YUV | 137.99 | 128.01 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 138 | 0 | 0.41 | 0.27 | 0.26 | 339.74 | 0.37 | 0.59 |
| Hex | BD | 70 | 8A | 0 | 29 | 1B | 1A | 154 | 25 | 3B |
| Octal | 275 | 160 | 212 | 0 | 51 | 33 | 32 | 524 | 45 | 73 |
| Binary | 10111101 | 1110000 | 10001010 | 0 | 101001 | 11011 | 11010 | 101010100 | 100101 | 111011 |
Color Harmonies of #BD708A
Complementary color
Monochromatic Colors of #BD708A
Black with #BD708A
Text Example
Text Example
White with #BD708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD708A; }
p { color: rgb(189,112,138); }
H1.HeaderClassName
{
color: #BD708A;
}
.AnyTagClassName
{
color: #BD708A;
}
</style>
background-color css
<style>
a { background-color: #BD708A; }
a { background-color: rgb(189,112,138); }
div.DivClassName
{
background-color: #BD708A;
}
.BgClassName
{
background-color: #BD708A;
}
</style>
border-color css
<style>
span { border-color: #BD708A; }
span { border-color: rgb(189,112,138); }
td.TdClassName
{
border-color: #BD708A;
}
.TagClassName
{
border-color: #BD708A;
}
</style>