#B6698A

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

Shades of Tapestry #B6698A

Tints of Tapestry #B6698A

Color information

#B6698A (or 0xB6698A) is unknown color: approx Tapestry. HEX triplet: B6, 69 and 8A. RGB value is (182,105,138). Sum of RGB (Red+Green+Blue) = 182+105+138=425 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.82% from 425); Green value is 105 (41.41% from 255 or 24.71% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 182 - color contains mainly: red. Hex color #B6698A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6698A is #499675. Grayscale: #838383. Windows color (decimal): -4822646 or 9071030. OLE color: 9071030.

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

Color convert

RGB182105138-
CMYK00.420.240.29
HSL334.29º34.53%56.27%-
HSV(B)334.29º42.31%71.37%-
XYZ28.9321.8826.74-
YUV131.78131.51163.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.82%
GREEN value IS 105 (41.41% from 255) = 24.71%
BLUE value IS 138 (54.30% from 255) = 32.47%
R=42.82%
G=24.71%
B=32.47%

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
Decimal18210513800.420.240.29334.2934.5356.27
HexB6698A02A181D14e2338
Octal26615121205230355164370
Binary1011011011010011000101001010101100011101101001110100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6698A; }

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

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

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

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

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

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

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

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