Shades of Tapestry #BD7479
Tints of Tapestry #BD7479
RGB
CMYK
RGB Variations
Color information
#BD7479 (or 0xBD7479) is known color: Tapestry. HEX triplet: BD, 74 and 79. RGB value is (189,116,121). Sum of RGB (Red+Green+Blue) = 189+116+121=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7479 is #428B86. Grayscale: #8A8A8A. Windows color (decimal): -4361095 or 7959741. OLE color: 7959741.
HSL color Cylindrical-coordinate representation of color #BD7479: hue angle of 355.89º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD7479 is Cyan = 0, Magento = 0.39, Yellow = 0.36 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 116 | 121 | - |
| CMYK | 0 | 0.39 | 0.36 | 0.26 |
| HSL | 355.89º | 0.36% | 0.6% | - |
| HSV(B) | 355.89º | 0.39% | 0.74% | - |
| XYZ | 30.68 | 24.69 | 21.24 | - |
| YUV | 138.4 | 118.18 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 116 | 121 | 0 | 0.39 | 0.36 | 0.26 | 355.89 | 0.36 | 0.6 |
| Hex | BD | 74 | 79 | 0 | 27 | 24 | 1A | 164 | 24 | 3C |
| Octal | 275 | 164 | 171 | 0 | 47 | 44 | 32 | 544 | 44 | 74 |
| Binary | 10111101 | 1110100 | 1111001 | 0 | 100111 | 100100 | 11010 | 101100100 | 100100 | 111100 |
Color Harmonies of #BD7479
Complementary color
Monochromatic Colors of #BD7479
Black with #BD7479
Text Example
Text Example
White with #BD7479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7479; }
p { color: rgb(189,116,121); }
H1.HeaderClassName
{
color: #BD7479;
}
.AnyTagClassName
{
color: #BD7479;
}
</style>
background-color css
<style>
a { background-color: #BD7479; }
a { background-color: rgb(189,116,121); }
div.DivClassName
{
background-color: #BD7479;
}
.BgClassName
{
background-color: #BD7479;
}
</style>
border-color css
<style>
span { border-color: #BD7479; }
span { border-color: rgb(189,116,121); }
td.TdClassName
{
border-color: #BD7479;
}
.TagClassName
{
border-color: #BD7479;
}
</style>