#B6677E

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

Shades of Tapestry #B6677E

Tints of Tapestry #B6677E

Color information

#B6677E (or 0xB6677E) is unknown color: approx Tapestry. HEX triplet: B6, 67 and 7E. RGB value is (182,103,126). Sum of RGB (Red+Green+Blue) = 182+103+126=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B6677E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6677E is #499881. Grayscale: #818181. Windows color (decimal): -4823170 or 8284086. OLE color: 8284086.

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

Color convert

RGB182103126-
CMYK00.430.310.29
HSL342.53º35.11%55.88%-
HSV(B)342.53º43.41%71.37%-
XYZ27.9121.1522.35-
YUV129.24126.17165.63-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.28%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 126 (49.61% from 255) = 30.66%
R=44.28%
G=25.06%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210312600.430.310.29342.5335.1155.88
HexB6677E02B1F1D1572338
Octal26614717605337355274370
Binary101101101100111111111001010111111111101101010111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6677E; }

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

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

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

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

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

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

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

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