#B6697E

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

Shades of Tapestry #B6697E

Tints of Tapestry #B6697E

Color information

#B6697E (or 0xB6697E) is unknown color: approx Tapestry. HEX triplet: B6, 69 and 7E. RGB value is (182,105,126). Sum of RGB (Red+Green+Blue) = 182+105+126=413 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.07% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 182 - color contains mainly: red. Hex color #B6697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6697E is #499681. Grayscale: #828282. Windows color (decimal): -4822658 or 8284598. OLE color: 8284598.

HSL color Cylindrical-coordinate representation of color #B6697E: hue angle of 343.64º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B6697E is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB182105126-
CMYK00.420.310.29
HSL343.64º34.53%56.27%-
HSV(B)343.64º42.31%71.37%-
XYZ28.1121.5522.42-
YUV130.42125.51164.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.07%
GREEN value IS 105 (41.41% from 255) = 25.42%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=44.07%
G=25.42%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210512600.420.310.29343.6434.5356.27
HexB6697E02A1F1D1582338
Octal26615117605237355304370
Binary101101101101001111111001010101111111101101011000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6697E; }

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

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

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

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

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

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

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

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