#B6668D

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

Shades of Tapestry #B6668D

Tints of Tapestry #B6668D

Color information

#B6668D (or 0xB6668D) is unknown color: approx Tapestry. HEX triplet: B6, 66 and 8D. RGB value is (182,102,141). Sum of RGB (Red+Green+Blue) = 182+102+141=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6668D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6668D is #499972. Grayscale: #828282. Windows color (decimal): -4823411 or 9266870. OLE color: 9266870.

HSL color Cylindrical-coordinate representation of color #B6668D: hue angle of 330.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B6668D is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB182102141-
CMYK00.440.230.29
HSL330.75º35.4%55.69%-
HSV(B)330.75º43.96%71.37%-
XYZ28.8521.3727.8-
YUV130.37134164.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 102 (40.23% from 255) = 24%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=42.82%
G=24%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210214100.440.230.29330.7535.455.69
HexB6668D02C171D14b2338
Octal26614621505427355134370
Binary1011011011001101000110101011001011111101101001011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6668D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6668D; }

 p { color: rgb(182,102,141); }

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

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

 a { background-color: rgb(182,102,141); }

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

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

 span { border-color: rgb(182,102,141); }

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