Shades of Tapestry #BD808A
Tints of Tapestry #BD808A
RGB
CMYK
RGB Variations
Color information
#BD808A (or 0xBD808A) is known color: Tapestry. HEX triplet: BD, 80 and 8A. RGB value is (189,128,138). Sum of RGB (Red+Green+Blue) = 189+128+138=455 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.54% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 189 - color contains mainly: red. Hex color #BD808A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD808A is #427F75. Grayscale: #939393. Windows color (decimal): -4358006 or 9076925. OLE color: 9076925.
HSL color Cylindrical-coordinate representation of color #BD808A: hue angle of 350.16º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BD808A is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 128 | 138 | - |
| CMYK | 0 | 0.32 | 0.27 | 0.26 |
| HSL | 350.16º | 0.32% | 0.62% | - |
| HSV(B) | 350.16º | 0.32% | 0.74% | - |
| XYZ | 33.29 | 28.09 | 27.71 | - |
| YUV | 147.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 138 | 0 | 0.32 | 0.27 | 0.26 | 350.16 | 0.32 | 0.62 |
| Hex | BD | 80 | 8A | 0 | 20 | 1B | 1A | 15E | 20 | 3E |
| Octal | 275 | 200 | 212 | 0 | 40 | 33 | 32 | 536 | 40 | 76 |
| Binary | 10111101 | 10000000 | 10001010 | 0 | 100000 | 11011 | 11010 | 101011110 | 100000 | 111110 |
Color Harmonies of #BD808A
Complementary color
Monochromatic Colors of #BD808A
Black with #BD808A
Text Example
Text Example
White with #BD808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD808A; }
p { color: rgb(189,128,138); }
H1.HeaderClassName
{
color: #BD808A;
}
.AnyTagClassName
{
color: #BD808A;
}
</style>
background-color css
<style>
a { background-color: #BD808A; }
a { background-color: rgb(189,128,138); }
div.DivClassName
{
background-color: #BD808A;
}
.BgClassName
{
background-color: #BD808A;
}
</style>
border-color css
<style>
span { border-color: #BD808A; }
span { border-color: rgb(189,128,138); }
td.TdClassName
{
border-color: #BD808A;
}
.TagClassName
{
border-color: #BD808A;
}
</style>