#B6668E

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

Shades of Tapestry #B6668E

Tints of Tapestry #B6668E

Color information

#B6668E (or 0xB6668E) is unknown color: approx Tapestry. HEX triplet: B6, 66 and 8E. RGB value is (182,102,142). Sum of RGB (Red+Green+Blue) = 182+102+142=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6668E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6668E is #499971. Grayscale: #828282. Windows color (decimal): -4823410 or 9332406. OLE color: 9332406.

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

Color convert

RGB182102142-
CMYK00.440.220.29
HSL330º35.4%55.69%-
HSV(B)330º43.96%71.37%-
XYZ28.9321.428.2-
YUV130.48134.5164.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 102 (40.23% from 255) = 23.94%
BLUE value IS 142 (55.86% from 255) = 33.33%
R=42.72%
G=23.94%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210214200.440.220.2933035.455.69
HexB6668E02C161D14a2338
Octal26614621605426355124370
Binary1011011011001101000111001011001011011101101001010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6668E; }

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

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

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

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

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

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

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

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