Shades of Tapestry #BD6A84
Tints of Tapestry #BD6A84
RGB
CMYK
RGB Variations
Color information
#BD6A84 (or 0xBD6A84) is known color: Tapestry. HEX triplet: BD, 6A and 84. RGB value is (189,106,132). Sum of RGB (Red+Green+Blue) = 189+106+132=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 106 (41.80% from 255 or 24.82% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6A84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6A84 is #42957B. Grayscale: #858585. Windows color (decimal): -4363644 or 8678077. OLE color: 8678077.
HSL color Cylindrical-coordinate representation of color #BD6A84: hue angle of 341.2º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD6A84 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 106 | 132 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.26 |
| HSL | 341.2º | 0.39% | 0.58% | - |
| HSV(B) | 341.2º | 0.44% | 0.74% | - |
| XYZ | 30.31 | 22.79 | 24.63 | - |
| YUV | 133.78 | 127 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 106 | 132 | 0 | 0.44 | 0.30 | 0.26 | 341.2 | 0.39 | 0.58 |
| Hex | BD | 6A | 84 | 0 | 2C | 1E | 1A | 155 | 27 | 3A |
| Octal | 275 | 152 | 204 | 0 | 54 | 36 | 32 | 525 | 47 | 72 |
| Binary | 10111101 | 1101010 | 10000100 | 0 | 101100 | 11110 | 11010 | 101010101 | 100111 | 111010 |
Color Harmonies of #BD6A84
Complementary color
Monochromatic Colors of #BD6A84
Black with #BD6A84
Text Example
Text Example
White with #BD6A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6A84; }
p { color: rgb(189,106,132); }
H1.HeaderClassName
{
color: #BD6A84;
}
.AnyTagClassName
{
color: #BD6A84;
}
</style>
background-color css
<style>
a { background-color: #BD6A84; }
a { background-color: rgb(189,106,132); }
div.DivClassName
{
background-color: #BD6A84;
}
.BgClassName
{
background-color: #BD6A84;
}
</style>
border-color css
<style>
span { border-color: #BD6A84; }
span { border-color: rgb(189,106,132); }
td.TdClassName
{
border-color: #BD6A84;
}
.TagClassName
{
border-color: #BD6A84;
}
</style>