Shades of Tapestry #BD688A
Tints of Tapestry #BD688A
RGB
CMYK
RGB Variations
Color information
#BD688A (or 0xBD688A) is known color: Tapestry. HEX triplet: BD, 68 and 8A. RGB value is (189,104,138). Sum of RGB (Red+Green+Blue) = 189+104+138=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BD688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD688A is #429775. Grayscale: #858585. Windows color (decimal): -4364150 or 9070781. OLE color: 9070781.
HSL color Cylindrical-coordinate representation of color #BD688A: hue angle of 336º 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 #BD688A is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 138 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.26 |
| HSL | 336º | 0.39% | 0.57% | - |
| HSV(B) | 336º | 0.45% | 0.74% | - |
| XYZ | 30.52 | 22.55 | 26.79 | - |
| YUV | 133.29 | 130.66 | 167.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 138 | 0 | 0.45 | 0.27 | 0.26 | 336 | 0.39 | 0.57 |
| Hex | BD | 68 | 8A | 0 | 2D | 1B | 1A | 150 | 27 | 39 |
| Octal | 275 | 150 | 212 | 0 | 55 | 33 | 32 | 520 | 47 | 71 |
| Binary | 10111101 | 1101000 | 10001010 | 0 | 101101 | 11011 | 11010 | 101010000 | 100111 | 111001 |
Color Harmonies of #BD688A
Complementary color
Monochromatic Colors of #BD688A
Black with #BD688A
Text Example
Text Example
White with #BD688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD688A; }
p { color: rgb(189,104,138); }
H1.HeaderClassName
{
color: #BD688A;
}
.AnyTagClassName
{
color: #BD688A;
}
</style>
background-color css
<style>
a { background-color: #BD688A; }
a { background-color: rgb(189,104,138); }
div.DivClassName
{
background-color: #BD688A;
}
.BgClassName
{
background-color: #BD688A;
}
</style>
border-color css
<style>
span { border-color: #BD688A; }
span { border-color: rgb(189,104,138); }
td.TdClassName
{
border-color: #BD688A;
}
.TagClassName
{
border-color: #BD688A;
}
</style>