Shades of Tapestry #B6758C
Tints of Tapestry #B6758C
RGB
CMYK
RGB Variations
Color information
#B6758C (or 0xB6758C) is known color: Tapestry. HEX triplet: B6, 75 and 8C. RGB value is (182,117,140). Sum of RGB (Red+Green+Blue) = 182+117+140=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 182 - color contains mainly: red. Hex color #B6758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6758C is #498A73. Grayscale: #8B8B8B. Windows color (decimal): -4819572 or 9205174. OLE color: 9205174.
HSL color Cylindrical-coordinate representation of color #B6758C: hue angle of 338.77º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B6758C is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 117 | 140 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.29 |
| HSL | 338.77º | 0.31% | 0.59% | - |
| HSV(B) | 338.77º | 0.36% | 0.71% | - |
| XYZ | 30.39 | 24.56 | 27.95 | - |
| YUV | 139.06 | 128.53 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 117 | 140 | 0 | 0.36 | 0.23 | 0.29 | 338.77 | 0.31 | 0.59 |
| Hex | B6 | 75 | 8C | 0 | 24 | 17 | 1D | 153 | 1F | 3B |
| Octal | 266 | 165 | 214 | 0 | 44 | 27 | 35 | 523 | 37 | 73 |
| Binary | 10110110 | 1110101 | 10001100 | 0 | 100100 | 10111 | 11101 | 101010011 | 11111 | 111011 |
Color Harmonies of #B6758C
Complementary color
Monochromatic Colors of #B6758C
Black with #B6758C
Text Example
Text Example
White with #B6758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6758C; }
p { color: rgb(182,117,140); }
H1.HeaderClassName
{
color: #B6758C;
}
.AnyTagClassName
{
color: #B6758C;
}
</style>
background-color css
<style>
a { background-color: #B6758C; }
a { background-color: rgb(182,117,140); }
div.DivClassName
{
background-color: #B6758C;
}
.BgClassName
{
background-color: #B6758C;
}
</style>
border-color css
<style>
span { border-color: #B6758C; }
span { border-color: rgb(182,117,140); }
td.TdClassName
{
border-color: #B6758C;
}
.TagClassName
{
border-color: #B6758C;
}
</style>