Shades of Tapestry #BD6C82
Tints of Tapestry #BD6C82
RGB
CMYK
RGB Variations
Color information
#BD6C82 (or 0xBD6C82) is known color: Tapestry. HEX triplet: BD, 6C and 82. RGB value is (189,108,130). Sum of RGB (Red+Green+Blue) = 189+108+130=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6C82 is #42937D. Grayscale: #868686. Windows color (decimal): -4363134 or 8547517. OLE color: 8547517.
HSL color Cylindrical-coordinate representation of color #BD6C82: hue angle of 343.7º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD6C82 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 108 | 130 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.26 |
| HSL | 343.7º | 0.38% | 0.58% | - |
| HSV(B) | 343.7º | 0.43% | 0.74% | - |
| XYZ | 30.38 | 23.16 | 23.99 | - |
| YUV | 134.73 | 125.34 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 108 | 130 | 0 | 0.43 | 0.31 | 0.26 | 343.7 | 0.38 | 0.58 |
| Hex | BD | 6C | 82 | 0 | 2B | 1F | 1A | 158 | 26 | 3A |
| Octal | 275 | 154 | 202 | 0 | 53 | 37 | 32 | 530 | 46 | 72 |
| Binary | 10111101 | 1101100 | 10000010 | 0 | 101011 | 11111 | 11010 | 101011000 | 100110 | 111010 |
Color Harmonies of #BD6C82
Complementary color
Monochromatic Colors of #BD6C82
Black with #BD6C82
Text Example
Text Example
White with #BD6C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6C82; }
p { color: rgb(189,108,130); }
H1.HeaderClassName
{
color: #BD6C82;
}
.AnyTagClassName
{
color: #BD6C82;
}
</style>
background-color css
<style>
a { background-color: #BD6C82; }
a { background-color: rgb(189,108,130); }
div.DivClassName
{
background-color: #BD6C82;
}
.BgClassName
{
background-color: #BD6C82;
}
</style>
border-color css
<style>
span { border-color: #BD6C82; }
span { border-color: rgb(189,108,130); }
td.TdClassName
{
border-color: #BD6C82;
}
.TagClassName
{
border-color: #BD6C82;
}
</style>