Shades of Tapestry #BD677C
Tints of Tapestry #BD677C
RGB
CMYK
RGB Variations
Color information
#BD677C (or 0xBD677C) is known color: Tapestry. HEX triplet: BD, 67 and 7C. RGB value is (189,103,124). Sum of RGB (Red+Green+Blue) = 189+103+124=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD677C is #429883. Grayscale: #838383. Windows color (decimal): -4364420 or 8153021. OLE color: 8153021.
HSL color Cylindrical-coordinate representation of color #BD677C: hue angle of 345.35º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD677C is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 124 | - |
| CMYK | 0 | 0.46 | 0.34 | 0.26 |
| HSL | 345.35º | 0.39% | 0.57% | - |
| HSV(B) | 345.35º | 0.46% | 0.74% | - |
| XYZ | 29.47 | 21.97 | 21.76 | - |
| YUV | 131.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 124 | 0 | 0.46 | 0.34 | 0.26 | 345.35 | 0.39 | 0.57 |
| Hex | BD | 67 | 7C | 0 | 2E | 22 | 1A | 159 | 27 | 39 |
| Octal | 275 | 147 | 174 | 0 | 56 | 42 | 32 | 531 | 47 | 71 |
| Binary | 10111101 | 1100111 | 1111100 | 0 | 101110 | 100010 | 11010 | 101011001 | 100111 | 111001 |
Color Harmonies of #BD677C
Complementary color
Monochromatic Colors of #BD677C
Black with #BD677C
Text Example
Text Example
White with #BD677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD677C; }
p { color: rgb(189,103,124); }
H1.HeaderClassName
{
color: #BD677C;
}
.AnyTagClassName
{
color: #BD677C;
}
</style>
background-color css
<style>
a { background-color: #BD677C; }
a { background-color: rgb(189,103,124); }
div.DivClassName
{
background-color: #BD677C;
}
.BgClassName
{
background-color: #BD677C;
}
</style>
border-color css
<style>
span { border-color: #BD677C; }
span { border-color: rgb(189,103,124); }
td.TdClassName
{
border-color: #BD677C;
}
.TagClassName
{
border-color: #BD677C;
}
</style>