Shades of Tapestry #B5677D
Tints of Tapestry #B5677D
RGB
CMYK
RGB Variations
Color information
#B5677D (or 0xB5677D) is known color: Tapestry. HEX triplet: B5, 67 and 7D. RGB value is (181,103,125). Sum of RGB (Red+Green+Blue) = 181+103+125=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B5677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5677D is #4A9882. Grayscale: #808080. Windows color (decimal): -4888707 or 8218549. OLE color: 8218549.
HSL color Cylindrical-coordinate representation of color #B5677D: hue angle of 343.08º 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 #B5677D is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 103 | 125 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.29 |
| HSL | 343.08º | 0.35% | 0.56% | - |
| HSV(B) | 343.08º | 0.43% | 0.71% | - |
| XYZ | 27.61 | 21 | 22 | - |
| YUV | 128.83 | 125.84 | 165.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 103 | 125 | 0 | 0.43 | 0.31 | 0.29 | 343.08 | 0.35 | 0.56 |
| Hex | B5 | 67 | 7D | 0 | 2B | 1F | 1D | 157 | 23 | 38 |
| Octal | 265 | 147 | 175 | 0 | 53 | 37 | 35 | 527 | 43 | 70 |
| Binary | 10110101 | 1100111 | 1111101 | 0 | 101011 | 11111 | 11101 | 101010111 | 100011 | 111000 |
Color Harmonies of #B5677D
Complementary color
Monochromatic Colors of #B5677D
Black with #B5677D
Text Example
Text Example
White with #B5677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5677D; }
p { color: rgb(181,103,125); }
H1.HeaderClassName
{
color: #B5677D;
}
.AnyTagClassName
{
color: #B5677D;
}
</style>
background-color css
<style>
a { background-color: #B5677D; }
a { background-color: rgb(181,103,125); }
div.DivClassName
{
background-color: #B5677D;
}
.BgClassName
{
background-color: #B5677D;
}
</style>
border-color css
<style>
span { border-color: #B5677D; }
span { border-color: rgb(181,103,125); }
td.TdClassName
{
border-color: #B5677D;
}
.TagClassName
{
border-color: #B5677D;
}
</style>