#B66590

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

Shades of Tapestry #B66590

Tints of Tapestry #B66590

Color information

#B66590 (or 0xB66590) is unknown color: approx Tapestry. HEX triplet: B6, 65 and 90. RGB value is (182,101,144). Sum of RGB (Red+Green+Blue) = 182+101+144=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 182 - color contains mainly: red. Hex color #B66590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66590 is #499A6F. Grayscale: #828282. Windows color (decimal): -4823664 or 9463222. OLE color: 9463222.

HSL color Cylindrical-coordinate representation of color #B66590: hue angle of 328.15º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B66590 is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB182101144-
CMYK00.450.210.29
HSL328.15º35.68%55.49%-
HSV(B)328.15º44.51%71.37%-
XYZ28.9821.2728.96-
YUV130.12135.84165-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 144 (56.64% from 255) = 33.72%
R=42.62%
G=23.65%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210114400.450.210.29328.1535.6855.49
HexB6659002D151D1482437
Octal26614522005525355104467
Binary1011011011001011001000001011011010111101101001000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66590; }

 p { color: rgb(182,101,144); }

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

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

 a { background-color: rgb(182,101,144); }

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

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

 span { border-color: rgb(182,101,144); }

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