Shades of Tapestry #BD738E
Tints of Tapestry #BD738E
RGB
CMYK
RGB Variations
Color information
#BD738E (or 0xBD738E) is known color: Tapestry. HEX triplet: BD, 73 and 8E. RGB value is (189,115,142). Sum of RGB (Red+Green+Blue) = 189+115+142=446 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.38% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 189 - color contains mainly: red. Hex color #BD738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD738E is #428C71. Grayscale: #8C8C8C. Windows color (decimal): -4361330 or 9335741. OLE color: 9335741.
HSL color Cylindrical-coordinate representation of color #BD738E: hue angle of 338.11º 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 #BD738E is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 115 | 142 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.26 |
| HSL | 338.11º | 0.36% | 0.6% | - |
| HSV(B) | 338.11º | 0.39% | 0.74% | - |
| XYZ | 32 | 25.03 | 28.74 | - |
| YUV | 140.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 115 | 142 | 0 | 0.39 | 0.25 | 0.26 | 338.11 | 0.36 | 0.6 |
| Hex | BD | 73 | 8E | 0 | 27 | 19 | 1A | 152 | 24 | 3C |
| Octal | 275 | 163 | 216 | 0 | 47 | 31 | 32 | 522 | 44 | 74 |
| Binary | 10111101 | 1110011 | 10001110 | 0 | 100111 | 11001 | 11010 | 101010010 | 100100 | 111100 |
Color Harmonies of #BD738E
Complementary color
Monochromatic Colors of #BD738E
Black with #BD738E
Text Example
Text Example
White with #BD738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD738E; }
p { color: rgb(189,115,142); }
H1.HeaderClassName
{
color: #BD738E;
}
.AnyTagClassName
{
color: #BD738E;
}
</style>
background-color css
<style>
a { background-color: #BD738E; }
a { background-color: rgb(189,115,142); }
div.DivClassName
{
background-color: #BD738E;
}
.BgClassName
{
background-color: #BD738E;
}
</style>
border-color css
<style>
span { border-color: #BD738E; }
span { border-color: rgb(189,115,142); }
td.TdClassName
{
border-color: #BD738E;
}
.TagClassName
{
border-color: #BD738E;
}
</style>