Shades of Tapestry #B06B7C
Tints of Tapestry #B06B7C
RGB
CMYK
RGB Variations
Color information
#B06B7C (or 0xB06B7C) is known color: Tapestry. HEX triplet: B0, 6B and 7C. RGB value is (176,107,124). Sum of RGB (Red+Green+Blue) = 176+107+124=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 107 (42.19% from 255 or 26.29% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B06B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06B7C is #4F9483. Grayscale: #818181. Windows color (decimal): -5215364 or 8154032. OLE color: 8154032.
HSL color Cylindrical-coordinate representation of color #B06B7C: hue angle of 345.22º 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 #B06B7C is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 107 | 124 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.31 |
| HSL | 345.22º | 0.3% | 0.55% | - |
| HSV(B) | 345.22º | 0.39% | 0.69% | - |
| XYZ | 26.8 | 21.2 | 21.75 | - |
| YUV | 129.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 124 | 0 | 0.39 | 0.30 | 0.31 | 345.22 | 0.3 | 0.55 |
| Hex | B0 | 6B | 7C | 0 | 27 | 1E | 1F | 159 | 1E | 37 |
| Octal | 260 | 153 | 174 | 0 | 47 | 36 | 37 | 531 | 36 | 67 |
| Binary | 10110000 | 1101011 | 1111100 | 0 | 100111 | 11110 | 11111 | 101011001 | 11110 | 110111 |
Color Harmonies of #B06B7C
Complementary color
Monochromatic Colors of #B06B7C
Black with #B06B7C
Text Example
Text Example
White with #B06B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06B7C; }
p { color: rgb(176,107,124); }
H1.HeaderClassName
{
color: #B06B7C;
}
.AnyTagClassName
{
color: #B06B7C;
}
</style>
background-color css
<style>
a { background-color: #B06B7C; }
a { background-color: rgb(176,107,124); }
div.DivClassName
{
background-color: #B06B7C;
}
.BgClassName
{
background-color: #B06B7C;
}
</style>
border-color css
<style>
span { border-color: #B06B7C; }
span { border-color: rgb(176,107,124); }
td.TdClassName
{
border-color: #B06B7C;
}
.TagClassName
{
border-color: #B06B7C;
}
</style>