#B6667B

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

Shades of Tapestry #B6667B

Tints of Tapestry #B6667B

Color information

#B6667B (or 0xB6667B) is unknown color: approx Tapestry. HEX triplet: B6, 66 and 7B. RGB value is (182,102,123). Sum of RGB (Red+Green+Blue) = 182+102+123=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6667B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6667B is #499984. Grayscale: #808080. Windows color (decimal): -4823429 or 8087222. OLE color: 8087222.

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

Color convert

RGB182102123-
CMYK00.440.320.29
HSL344.25º35.4%55.69%-
HSV(B)344.25º43.96%71.37%-
XYZ27.6220.8821.31-
YUV128.31125166.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 102 (40.23% from 255) = 25.06%
BLUE value IS 123 (48.44% from 255) = 30.22%
R=44.72%
G=25.06%
B=30.22%

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
Decimal18210212300.440.320.29344.2535.455.69
HexB6667B02C201D1582338
Octal26614617305440355304370
Binary1011011011001101111011010110010000011101101011000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6667B; }

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

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

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

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

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

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

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

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