#B66A87

Color #B66A87 Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #B66A87

Tints of Tapestry #B66A87

Color information

#B66A87 (or 0xB66A87) is unknown color: approx Tapestry. HEX triplet: B6, 6A and 87. RGB value is (182,106,135). Sum of RGB (Red+Green+Blue) = 182+106+135=423 (56% of max value = 765). Red value is 182 (71.48% from 255 or 43.03% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66A87 is #499578. Grayscale: #838383. Windows color (decimal): -4822393 or 8874678. OLE color: 8874678.

HSL color Cylindrical-coordinate representation of color #B66A87: hue angle of 337.11º 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 #B66A87 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB182106135-
CMYK00.420.260.29
HSL337.11º34.23%56.47%-
HSV(B)337.11º41.76%71.37%-
XYZ28.822225.65-
YUV132.03129.68163.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 43.03%
GREEN value IS 106 (41.80% from 255) = 25.06%
BLUE value IS 135 (53.12% from 255) = 31.91%
R=43.03%
G=25.06%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210613500.420.260.29337.1134.2356.47
HexB66A8702A1A1D1512238
Octal26615220705232355214270
Binary1011011011010101000011101010101101011101101010001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66A87; }

 p { color: rgb(182,106,135); }

 H1.HeaderClassName
 {
   color: #B66A87;
 }
 .AnyTagClassName
 {
   color: #B66A87;
 }
</style>
background-color css

<style>
 a { background-color: #B66A87; }

 a { background-color: rgb(182,106,135); }

 div.DivClassName
 {
   background-color: #B66A87;
 }
 .BgClassName
 {
   background-color: #B66A87;
 }
</style>
border-color css

<style>
 span { border-color: #B66A87; }

 span { border-color: rgb(182,106,135); }

 td.TdClassName
 {
   border-color: #B66A87;
 }
 .TagClassName
 {
   border-color: #B66A87;
 }
</style>