Shades of Tapestry #B06B8D
Tints of Tapestry #B06B8D
RGB
CMYK
RGB Variations
Color information
#B06B8D (or 0xB06B8D) is known color: Tapestry. HEX triplet: B0, 6B and 8D. RGB value is (176,107,141). Sum of RGB (Red+Green+Blue) = 176+107+141=424 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.51% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06B8D is #4F9472. Grayscale: #838383. Windows color (decimal): -5215347 or 9268144. OLE color: 9268144.
HSL color Cylindrical-coordinate representation of color #B06B8D: hue angle of 330.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B06B8D is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 107 | 141 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.31 |
| HSL | 330.43º | 0.3% | 0.55% | - |
| HSV(B) | 330.43º | 0.39% | 0.69% | - |
| XYZ | 27.97 | 21.67 | 27.91 | - |
| YUV | 131.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 141 | 0 | 0.39 | 0.20 | 0.31 | 330.43 | 0.3 | 0.55 |
| Hex | B0 | 6B | 8D | 0 | 27 | 14 | 1F | 14A | 1E | 37 |
| Octal | 260 | 153 | 215 | 0 | 47 | 24 | 37 | 512 | 36 | 67 |
| Binary | 10110000 | 1101011 | 10001101 | 0 | 100111 | 10100 | 11111 | 101001010 | 11110 | 110111 |
Color Harmonies of #B06B8D
Complementary color
Monochromatic Colors of #B06B8D
Black with #B06B8D
Text Example
Text Example
White with #B06B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06B8D; }
p { color: rgb(176,107,141); }
H1.HeaderClassName
{
color: #B06B8D;
}
.AnyTagClassName
{
color: #B06B8D;
}
</style>
background-color css
<style>
a { background-color: #B06B8D; }
a { background-color: rgb(176,107,141); }
div.DivClassName
{
background-color: #B06B8D;
}
.BgClassName
{
background-color: #B06B8D;
}
</style>
border-color css
<style>
span { border-color: #B06B8D; }
span { border-color: rgb(176,107,141); }
td.TdClassName
{
border-color: #B06B8D;
}
.TagClassName
{
border-color: #B06B8D;
}
</style>