Shades of Tapestry #BD6F7B
Tints of Tapestry #BD6F7B
RGB
CMYK
RGB Variations
Color information
#BD6F7B (or 0xBD6F7B) is known color: Tapestry. HEX triplet: BD, 6F and 7B. RGB value is (189,111,123). Sum of RGB (Red+Green+Blue) = 189+111+123=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6F7B is #429084. Grayscale: #878787. Windows color (decimal): -4362373 or 8089533. OLE color: 8089533.
HSL color Cylindrical-coordinate representation of color #BD6F7B: hue angle of 350.77º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD6F7B is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 111 | 123 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.26 |
| HSL | 350.77º | 0.37% | 0.59% | - |
| HSV(B) | 350.77º | 0.41% | 0.74% | - |
| XYZ | 30.25 | 23.62 | 21.7 | - |
| YUV | 135.69 | 120.84 | 166.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 111 | 123 | 0 | 0.41 | 0.35 | 0.26 | 350.77 | 0.37 | 0.59 |
| Hex | BD | 6F | 7B | 0 | 29 | 23 | 1A | 15F | 25 | 3B |
| Octal | 275 | 157 | 173 | 0 | 51 | 43 | 32 | 537 | 45 | 73 |
| Binary | 10111101 | 1101111 | 1111011 | 0 | 101001 | 100011 | 11010 | 101011111 | 100101 | 111011 |
Color Harmonies of #BD6F7B
Complementary color
Monochromatic Colors of #BD6F7B
Black with #BD6F7B
Text Example
Text Example
White with #BD6F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6F7B; }
p { color: rgb(189,111,123); }
H1.HeaderClassName
{
color: #BD6F7B;
}
.AnyTagClassName
{
color: #BD6F7B;
}
</style>
background-color css
<style>
a { background-color: #BD6F7B; }
a { background-color: rgb(189,111,123); }
div.DivClassName
{
background-color: #BD6F7B;
}
.BgClassName
{
background-color: #BD6F7B;
}
</style>
border-color css
<style>
span { border-color: #BD6F7B; }
span { border-color: rgb(189,111,123); }
td.TdClassName
{
border-color: #BD6F7B;
}
.TagClassName
{
border-color: #BD6F7B;
}
</style>