#B6677A

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

Shades of Tapestry #B6677A

Tints of Tapestry #B6677A

Color information

#B6677A (or 0xB6677A) is unknown color: approx Tapestry. HEX triplet: B6, 67 and 7A. RGB value is (182,103,122). Sum of RGB (Red+Green+Blue) = 182+103+122=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B6677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6677A is #499885. Grayscale: #808080. Windows color (decimal): -4823174 or 8021942. OLE color: 8021942.

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

Color convert

RGB182103122-
CMYK00.430.330.29
HSL345.57º35.11%55.88%-
HSV(B)345.57º43.41%71.37%-
XYZ27.6521.0521.02-
YUV128.79124.17165.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.72%
GREEN value IS 103 (40.62% from 255) = 25.31%
BLUE value IS 122 (48.05% from 255) = 29.98%
R=44.72%
G=25.31%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210312200.430.330.29345.5735.1155.88
HexB6677A02B211D15a2338
Octal26614717205341355324370
Binary1011011011001111111010010101110000111101101011010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6677A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6677A; }

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

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

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

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

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

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

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

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