Shades of Tapestry #B5698A
Tints of Tapestry #B5698A
RGB
CMYK
RGB Variations
Color information
#B5698A (or 0xB5698A) is known color: Tapestry. HEX triplet: B5, 69 and 8A. RGB value is (181,105,138). Sum of RGB (Red+Green+Blue) = 181+105+138=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B5698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5698A is #4A9675. Grayscale: #838383. Windows color (decimal): -4888182 or 9071029. OLE color: 9071029.
HSL color Cylindrical-coordinate representation of color #B5698A: hue angle of 333.95º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B5698A is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 138 | - |
| CMYK | 0 | 0.42 | 0.24 | 0.29 |
| HSL | 333.95º | 0.34% | 0.56% | - |
| HSV(B) | 333.95º | 0.42% | 0.71% | - |
| XYZ | 28.7 | 21.76 | 26.73 | - |
| YUV | 131.49 | 131.68 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 138 | 0 | 0.42 | 0.24 | 0.29 | 333.95 | 0.34 | 0.56 |
| Hex | B5 | 69 | 8A | 0 | 2A | 18 | 1D | 14E | 22 | 38 |
| Octal | 265 | 151 | 212 | 0 | 52 | 30 | 35 | 516 | 42 | 70 |
| Binary | 10110101 | 1101001 | 10001010 | 0 | 101010 | 11000 | 11101 | 101001110 | 100010 | 111000 |
Color Harmonies of #B5698A
Complementary color
Monochromatic Colors of #B5698A
Black with #B5698A
Text Example
Text Example
White with #B5698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5698A; }
p { color: rgb(181,105,138); }
H1.HeaderClassName
{
color: #B5698A;
}
.AnyTagClassName
{
color: #B5698A;
}
</style>
background-color css
<style>
a { background-color: #B5698A; }
a { background-color: rgb(181,105,138); }
div.DivClassName
{
background-color: #B5698A;
}
.BgClassName
{
background-color: #B5698A;
}
</style>
border-color css
<style>
span { border-color: #B5698A; }
span { border-color: rgb(181,105,138); }
td.TdClassName
{
border-color: #B5698A;
}
.TagClassName
{
border-color: #B5698A;
}
</style>