Shades of Tapestry #BD688B
Tints of Tapestry #BD688B
RGB
CMYK
RGB Variations
Color information
#BD688B (or 0xBD688B) is known color: Tapestry. HEX triplet: BD, 68 and 8B. RGB value is (189,104,139). Sum of RGB (Red+Green+Blue) = 189+104+139=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD688B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD688B is #429774. Grayscale: #858585. Windows color (decimal): -4364149 or 9136317. OLE color: 9136317.
HSL color Cylindrical-coordinate representation of color #BD688B: hue angle of 335.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD688B is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 139 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.26 |
| HSL | 335.29º | 0.39% | 0.57% | - |
| HSV(B) | 335.29º | 0.45% | 0.74% | - |
| XYZ | 30.6 | 22.58 | 27.17 | - |
| YUV | 133.41 | 131.16 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 139 | 0 | 0.45 | 0.26 | 0.26 | 335.29 | 0.39 | 0.57 |
| Hex | BD | 68 | 8B | 0 | 2D | 1A | 1A | 14F | 27 | 39 |
| Octal | 275 | 150 | 213 | 0 | 55 | 32 | 32 | 517 | 47 | 71 |
| Binary | 10111101 | 1101000 | 10001011 | 0 | 101101 | 11010 | 11010 | 101001111 | 100111 | 111001 |
Color Harmonies of #BD688B
Complementary color
Monochromatic Colors of #BD688B
Black with #BD688B
Text Example
Text Example
White with #BD688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD688B; }
p { color: rgb(189,104,139); }
H1.HeaderClassName
{
color: #BD688B;
}
.AnyTagClassName
{
color: #BD688B;
}
</style>
background-color css
<style>
a { background-color: #BD688B; }
a { background-color: rgb(189,104,139); }
div.DivClassName
{
background-color: #BD688B;
}
.BgClassName
{
background-color: #BD688B;
}
</style>
border-color css
<style>
span { border-color: #BD688B; }
span { border-color: rgb(189,104,139); }
td.TdClassName
{
border-color: #BD688B;
}
.TagClassName
{
border-color: #BD688B;
}
</style>