Shades of Tapestry #B5677C
Tints of Tapestry #B5677C
RGB
CMYK
RGB Variations
Color information
#B5677C (or 0xB5677C) is known color: Tapestry. HEX triplet: B5, 67 and 7C. RGB value is (181,103,124). Sum of RGB (Red+Green+Blue) = 181+103+124=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 181 - color contains mainly: red. Hex color #B5677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5677C is #4A9883. Grayscale: #808080. Windows color (decimal): -4888708 or 8153013. OLE color: 8153013.
HSL color Cylindrical-coordinate representation of color #B5677C: hue angle of 343.85º 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 #B5677C is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 124 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.29 |
| HSL | 343.85º | 0.35% | 0.56% | - |
| HSV(B) | 343.85º | 0.43% | 0.71% | - |
| XYZ | 27.54 | 20.98 | 21.67 | - |
| YUV | 128.72 | 125.34 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 124 | 0 | 0.43 | 0.31 | 0.29 | 343.85 | 0.35 | 0.56 |
| Hex | B5 | 67 | 7C | 0 | 2B | 1F | 1D | 158 | 23 | 38 |
| Octal | 265 | 147 | 174 | 0 | 53 | 37 | 35 | 530 | 43 | 70 |
| Binary | 10110101 | 1100111 | 1111100 | 0 | 101011 | 11111 | 11101 | 101011000 | 100011 | 111000 |
Color Harmonies of #B5677C
Complementary color
Monochromatic Colors of #B5677C
Black with #B5677C
Text Example
Text Example
White with #B5677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5677C; }
p { color: rgb(181,103,124); }
H1.HeaderClassName
{
color: #B5677C;
}
.AnyTagClassName
{
color: #B5677C;
}
</style>
background-color css
<style>
a { background-color: #B5677C; }
a { background-color: rgb(181,103,124); }
div.DivClassName
{
background-color: #B5677C;
}
.BgClassName
{
background-color: #B5677C;
}
</style>
border-color css
<style>
span { border-color: #B5677C; }
span { border-color: rgb(181,103,124); }
td.TdClassName
{
border-color: #B5677C;
}
.TagClassName
{
border-color: #B5677C;
}
</style>