Shades of Tapestry #BD768A
Tints of Tapestry #BD768A
RGB
CMYK
RGB Variations
Color information
#BD768A (or 0xBD768A) is known color: Tapestry. HEX triplet: BD, 76 and 8A. RGB value is (189,118,138). Sum of RGB (Red+Green+Blue) = 189+118+138=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD768A is #428975. Grayscale: #8D8D8D. Windows color (decimal): -4360566 or 9074365. OLE color: 9074365.
HSL color Cylindrical-coordinate representation of color #BD768A: hue angle of 343.1º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD768A is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 118 | 138 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.26 |
| HSL | 343.1º | 0.35% | 0.6% | - |
| HSV(B) | 343.1º | 0.38% | 0.74% | - |
| XYZ | 32.05 | 25.61 | 27.3 | - |
| YUV | 141.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 118 | 138 | 0 | 0.38 | 0.27 | 0.26 | 343.1 | 0.35 | 0.6 |
| Hex | BD | 76 | 8A | 0 | 26 | 1B | 1A | 157 | 23 | 3C |
| Octal | 275 | 166 | 212 | 0 | 46 | 33 | 32 | 527 | 43 | 74 |
| Binary | 10111101 | 1110110 | 10001010 | 0 | 100110 | 11011 | 11010 | 101010111 | 100011 | 111100 |
Color Harmonies of #BD768A
Complementary color
Monochromatic Colors of #BD768A
Black with #BD768A
Text Example
Text Example
White with #BD768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD768A; }
p { color: rgb(189,118,138); }
H1.HeaderClassName
{
color: #BD768A;
}
.AnyTagClassName
{
color: #BD768A;
}
</style>
background-color css
<style>
a { background-color: #BD768A; }
a { background-color: rgb(189,118,138); }
div.DivClassName
{
background-color: #BD768A;
}
.BgClassName
{
background-color: #BD768A;
}
</style>
border-color css
<style>
span { border-color: #BD768A; }
span { border-color: rgb(189,118,138); }
td.TdClassName
{
border-color: #BD768A;
}
.TagClassName
{
border-color: #BD768A;
}
</style>