#B6698B

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

Shades of Tapestry #B6698B

Tints of Tapestry #B6698B

Color information

#B6698B (or 0xB6698B) is unknown color: approx Tapestry. HEX triplet: B6, 69 and 8B. RGB value is (182,105,139). Sum of RGB (Red+Green+Blue) = 182+105+139=426 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.72% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 182 - color contains mainly: red. Hex color #B6698B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6698B is #499674. Grayscale: #838383. Windows color (decimal): -4822645 or 9136566. OLE color: 9136566.

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

Color convert

RGB182105139-
CMYK00.420.240.29
HSL333.51º34.53%56.27%-
HSV(B)333.51º42.31%71.37%-
XYZ2921.9127.13-
YUV131.9132.01163.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.72%
GREEN value IS 105 (41.41% from 255) = 24.65%
BLUE value IS 139 (54.69% from 255) = 32.63%
R=42.72%
G=24.65%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210513900.420.240.29333.5134.5356.27
HexB6698B02A181D14e2338
Octal26615121305230355164370
Binary1011011011010011000101101010101100011101101001110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6698B; }

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

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

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

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

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

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

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

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