Shades of Tapestry #B5688A
Tints of Tapestry #B5688A
RGB
CMYK
RGB Variations
Color information
#B5688A (or 0xB5688A) is known color: Tapestry. HEX triplet: B5, 68 and 8A. RGB value is (181,104,138). Sum of RGB (Red+Green+Blue) = 181+104+138=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B5688A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5688A is #4A9775. Grayscale: #828282. Windows color (decimal): -4888438 or 9070773. OLE color: 9070773.
HSL color Cylindrical-coordinate representation of color #B5688A: hue angle of 333.51º degrees, saturation: 0.34, 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 #B5688A is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 104 | 138 | - |
| CMYK | 0 | 0.43 | 0.24 | 0.29 |
| HSL | 333.51º | 0.34% | 0.56% | - |
| HSV(B) | 333.51º | 0.43% | 0.71% | - |
| XYZ | 28.59 | 21.56 | 26.7 | - |
| YUV | 130.9 | 132.01 | 163.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 104 | 138 | 0 | 0.43 | 0.24 | 0.29 | 333.51 | 0.34 | 0.56 |
| Hex | B5 | 68 | 8A | 0 | 2B | 18 | 1D | 14E | 22 | 38 |
| Octal | 265 | 150 | 212 | 0 | 53 | 30 | 35 | 516 | 42 | 70 |
| Binary | 10110101 | 1101000 | 10001010 | 0 | 101011 | 11000 | 11101 | 101001110 | 100010 | 111000 |
Color Harmonies of #B5688A
Complementary color
Monochromatic Colors of #B5688A
Black with #B5688A
Text Example
Text Example
White with #B5688A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5688A; }
p { color: rgb(181,104,138); }
H1.HeaderClassName
{
color: #B5688A;
}
.AnyTagClassName
{
color: #B5688A;
}
</style>
background-color css
<style>
a { background-color: #B5688A; }
a { background-color: rgb(181,104,138); }
div.DivClassName
{
background-color: #B5688A;
}
.BgClassName
{
background-color: #B5688A;
}
</style>
border-color css
<style>
span { border-color: #B5688A; }
span { border-color: rgb(181,104,138); }
td.TdClassName
{
border-color: #B5688A;
}
.TagClassName
{
border-color: #B5688A;
}
</style>