#B6667A

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

Shades of Tapestry #B6667A

Tints of Tapestry #B6667A

Color information

#B6667A (or 0xB6667A) is unknown color: approx Tapestry. HEX triplet: B6, 66 and 7A. RGB value is (182,102,122). Sum of RGB (Red+Green+Blue) = 182+102+122=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B6667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6667A is #499985. Grayscale: #808080. Windows color (decimal): -4823430 or 8021686. OLE color: 8021686.

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

Color convert

RGB182102122-
CMYK00.440.330.29
HSL345º35.4%55.69%-
HSV(B)345º43.96%71.37%-
XYZ27.5620.8520.99-
YUV128.2124.5166.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.83%
GREEN value IS 102 (40.23% from 255) = 25.12%
BLUE value IS 122 (48.05% from 255) = 30.05%
R=44.83%
G=25.12%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210212200.440.330.2934535.455.69
HexB6667A02C211D1592338
Octal26614617205441355314370
Binary1011011011001101111010010110010000111101101011001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6667A; }

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

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

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

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

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

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

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

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