#B6698E

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

Shades of Tapestry #B6698E

Tints of Tapestry #B6698E

Color information

#B6698E (or 0xB6698E) is unknown color: approx Tapestry. HEX triplet: B6, 69 and 8E. RGB value is (182,105,142). Sum of RGB (Red+Green+Blue) = 182+105+142=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 105 (41.41% from 255 or 24.48% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 182 - color contains mainly: red. Hex color #B6698E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6698E is #499671. Grayscale: #848484. Windows color (decimal): -4822642 or 9333174. OLE color: 9333174.

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

Color convert

RGB182105142-
CMYK00.420.220.29
HSL331.17º34.53%56.27%-
HSV(B)331.17º42.31%71.37%-
XYZ29.232228.3-
YUV132.24133.51163.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.42%
GREEN value IS 105 (41.41% from 255) = 24.48%
BLUE value IS 142 (55.86% from 255) = 33.10%
R=42.42%
G=24.48%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210514200.420.220.29331.1734.5356.27
HexB6698E02A161D14b2338
Octal26615121605226355134370
Binary1011011011010011000111001010101011011101101001011100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6698E; }

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

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

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

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

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

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

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

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