Shades of Tapestry #BD707B
Tints of Tapestry #BD707B
RGB
CMYK
RGB Variations
Color information
#BD707B (or 0xBD707B) is known color: Tapestry. HEX triplet: BD, 70 and 7B. RGB value is (189,112,123). Sum of RGB (Red+Green+Blue) = 189+112+123=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 123 (48.44% from 255 or 29.01% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD707B is #428F84. Grayscale: #888888. Windows color (decimal): -4362117 or 8089789. OLE color: 8089789.
HSL color Cylindrical-coordinate representation of color #BD707B: hue angle of 351.43º 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 #BD707B is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 112 | 123 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.26 |
| HSL | 351.43º | 0.37% | 0.59% | - |
| HSV(B) | 351.43º | 0.41% | 0.74% | - |
| XYZ | 30.36 | 23.84 | 21.74 | - |
| YUV | 136.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 112 | 123 | 0 | 0.41 | 0.35 | 0.26 | 351.43 | 0.37 | 0.59 |
| Hex | BD | 70 | 7B | 0 | 29 | 23 | 1A | 15F | 25 | 3B |
| Octal | 275 | 160 | 173 | 0 | 51 | 43 | 32 | 537 | 45 | 73 |
| Binary | 10111101 | 1110000 | 1111011 | 0 | 101001 | 100011 | 11010 | 101011111 | 100101 | 111011 |
Color Harmonies of #BD707B
Complementary color
Monochromatic Colors of #BD707B
Black with #BD707B
Text Example
Text Example
White with #BD707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD707B; }
p { color: rgb(189,112,123); }
H1.HeaderClassName
{
color: #BD707B;
}
.AnyTagClassName
{
color: #BD707B;
}
</style>
background-color css
<style>
a { background-color: #BD707B; }
a { background-color: rgb(189,112,123); }
div.DivClassName
{
background-color: #BD707B;
}
.BgClassName
{
background-color: #BD707B;
}
</style>
border-color css
<style>
span { border-color: #BD707B; }
span { border-color: rgb(189,112,123); }
td.TdClassName
{
border-color: #BD707B;
}
.TagClassName
{
border-color: #BD707B;
}
</style>