#B6688E

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

Shades of Tapestry #B6688E

Tints of Tapestry #B6688E

Color information

#B6688E (or 0xB6688E) is unknown color: approx Tapestry. HEX triplet: B6, 68 and 8E. RGB value is (182,104,142). Sum of RGB (Red+Green+Blue) = 182+104+142=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B6688E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6688E is #499771. Grayscale: #838383. Windows color (decimal): -4822898 or 9332918. OLE color: 9332918.

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

Color convert

RGB182104142-
CMYK00.430.220.29
HSL330.77º34.82%56.08%-
HSV(B)330.77º42.86%71.37%-
XYZ29.1221.828.26-
YUV131.65133.84163.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.52%
GREEN value IS 104 (41.02% from 255) = 24.30%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=42.52%
G=24.30%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210414200.430.220.29330.7734.8256.08
HexB6688E02B161D14b2338
Octal26615021605326355134370
Binary1011011011010001000111001010111011011101101001011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6688E; }

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

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

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

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

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

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

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

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