Shades of Tapestry #B66F90
Tints of Tapestry #B66F90
RGB
CMYK
RGB Variations
Color information
#B66F90 (or 0xB66F90) is known color: Tapestry. HEX triplet: B6, 6F and 90. RGB value is (182,111,144). Sum of RGB (Red+Green+Blue) = 182+111+144=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66F90 is #49906F. Grayscale: #878787. Windows color (decimal): -4821104 or 9465782. OLE color: 9465782.
HSL color Cylindrical-coordinate representation of color #B66F90: hue angle of 332.11º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B66F90 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 111 | 144 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.29 |
| HSL | 332.11º | 0.33% | 0.57% | - |
| HSV(B) | 332.11º | 0.39% | 0.71% | - |
| XYZ | 30.01 | 23.33 | 29.31 | - |
| YUV | 135.99 | 132.52 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 111 | 144 | 0 | 0.39 | 0.21 | 0.29 | 332.11 | 0.33 | 0.57 |
| Hex | B6 | 6F | 90 | 0 | 27 | 15 | 1D | 14C | 21 | 39 |
| Octal | 266 | 157 | 220 | 0 | 47 | 25 | 35 | 514 | 41 | 71 |
| Binary | 10110110 | 1101111 | 10010000 | 0 | 100111 | 10101 | 11101 | 101001100 | 100001 | 111001 |
Color Harmonies of #B66F90
Complementary color
Monochromatic Colors of #B66F90
Black with #B66F90
Text Example
Text Example
White with #B66F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66F90; }
p { color: rgb(182,111,144); }
H1.HeaderClassName
{
color: #B66F90;
}
.AnyTagClassName
{
color: #B66F90;
}
</style>
background-color css
<style>
a { background-color: #B66F90; }
a { background-color: rgb(182,111,144); }
div.DivClassName
{
background-color: #B66F90;
}
.BgClassName
{
background-color: #B66F90;
}
</style>
border-color css
<style>
span { border-color: #B66F90; }
span { border-color: rgb(182,111,144); }
td.TdClassName
{
border-color: #B66F90;
}
.TagClassName
{
border-color: #B66F90;
}
</style>