Shades of Tapestry #B6677B
Tints of Tapestry #B6677B
RGB
CMYK
RGB Variations
Color information
#B6677B (or 0xB6677B) is known color: Tapestry. HEX triplet: B6, 67 and 7B. RGB value is (182,103,123). Sum of RGB (Red+Green+Blue) = 182+103+123=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6677B is #499884. Grayscale: #808080. Windows color (decimal): -4823173 or 8087478. OLE color: 8087478.
HSL color Cylindrical-coordinate representation of color #B6677B: hue angle of 344.81º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B6677B is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 103 | 123 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.29 |
| HSL | 344.81º | 0.35% | 0.56% | - |
| HSV(B) | 344.81º | 0.43% | 0.71% | - |
| XYZ | 27.72 | 21.08 | 21.35 | - |
| YUV | 128.9 | 124.67 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 123 | 0 | 0.43 | 0.32 | 0.29 | 344.81 | 0.35 | 0.56 |
| Hex | B6 | 67 | 7B | 0 | 2B | 20 | 1D | 159 | 23 | 38 |
| Octal | 266 | 147 | 173 | 0 | 53 | 40 | 35 | 531 | 43 | 70 |
| Binary | 10110110 | 1100111 | 1111011 | 0 | 101011 | 100000 | 11101 | 101011001 | 100011 | 111000 |
Color Harmonies of #B6677B
Complementary color
Monochromatic Colors of #B6677B
Black with #B6677B
Text Example
Text Example
White with #B6677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6677B; }
p { color: rgb(182,103,123); }
H1.HeaderClassName
{
color: #B6677B;
}
.AnyTagClassName
{
color: #B6677B;
}
</style>
background-color css
<style>
a { background-color: #B6677B; }
a { background-color: rgb(182,103,123); }
div.DivClassName
{
background-color: #B6677B;
}
.BgClassName
{
background-color: #B6677B;
}
</style>
border-color css
<style>
span { border-color: #B6677B; }
span { border-color: rgb(182,103,123); }
td.TdClassName
{
border-color: #B6677B;
}
.TagClassName
{
border-color: #B6677B;
}
</style>