#B6667C

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

Shades of Tapestry #B6667C

Tints of Tapestry #B6667C

Color information

#B6667C (or 0xB6667C) is unknown color: approx Tapestry. HEX triplet: B6, 66 and 7C. RGB value is (182,102,124). Sum of RGB (Red+Green+Blue) = 182+102+124=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 102 (40.23% from 255 or 25% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B6667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6667C is #499983. Grayscale: #808080. Windows color (decimal): -4823428 or 8152758. OLE color: 8152758.

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

Color convert

RGB182102124-
CMYK00.440.320.29
HSL343.5º35.4%55.69%-
HSV(B)343.5º43.96%71.37%-
XYZ27.6820.921.64-
YUV128.43125.5166.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.61%
GREEN value IS 102 (40.23% from 255) = 25%
BLUE value IS 124 (48.83% from 255) = 30.39%
R=44.61%
G=25%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210212400.440.320.29343.535.455.69
HexB6667C02C201D1582338
Octal26614617405440355304370
Binary1011011011001101111100010110010000011101101011000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6667C; }

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

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

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

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

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

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

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

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