Shades of Tapestry #B7678C
Tints of Tapestry #B7678C
RGB
CMYK
RGB Variations
Color information
#B7678C (or 0xB7678C) is known color: Tapestry. HEX triplet: B7, 67 and 8C. RGB value is (183,103,140). Sum of RGB (Red+Green+Blue) = 183+103+140=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B7678C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7678C is #489873. Grayscale: #838383. Windows color (decimal): -4757620 or 9201591. OLE color: 9201591.
HSL color Cylindrical-coordinate representation of color #B7678C: hue angle of 332.25º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7678C is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 103 | 140 | - |
| CMYK | 0 | 0.44 | 0.23 | 0.28 |
| HSL | 332.25º | 0.36% | 0.56% | - |
| HSV(B) | 332.25º | 0.44% | 0.72% | - |
| XYZ | 29.11 | 21.66 | 27.46 | - |
| YUV | 131.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 103 | 140 | 0 | 0.44 | 0.23 | 0.28 | 332.25 | 0.36 | 0.56 |
| Hex | B7 | 67 | 8C | 0 | 2C | 17 | 1C | 14C | 24 | 38 |
| Octal | 267 | 147 | 214 | 0 | 54 | 27 | 34 | 514 | 44 | 70 |
| Binary | 10110111 | 1100111 | 10001100 | 0 | 101100 | 10111 | 11100 | 101001100 | 100100 | 111000 |
Color Harmonies of #B7678C
Complementary color
Monochromatic Colors of #B7678C
Black with #B7678C
Text Example
Text Example
White with #B7678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7678C; }
p { color: rgb(183,103,140); }
H1.HeaderClassName
{
color: #B7678C;
}
.AnyTagClassName
{
color: #B7678C;
}
</style>
background-color css
<style>
a { background-color: #B7678C; }
a { background-color: rgb(183,103,140); }
div.DivClassName
{
background-color: #B7678C;
}
.BgClassName
{
background-color: #B7678C;
}
</style>
border-color css
<style>
span { border-color: #B7678C; }
span { border-color: rgb(183,103,140); }
td.TdClassName
{
border-color: #B7678C;
}
.TagClassName
{
border-color: #B7678C;
}
</style>