#B6818E

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

Shades of Tapestry #B6818E

Tints of Tapestry #B6818E

Color information

#B6818E (or 0xB6818E) is unknown color: approx Tapestry. HEX triplet: B6, 81 and 8E. RGB value is (182,129,142). Sum of RGB (Red+Green+Blue) = 182+129+142=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 142 (55.86% from 255 or 31.35% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B6818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6818E is #497E71. Grayscale: #929292. Windows color (decimal): -4816498 or 9339318. OLE color: 9339318.

HSL color Cylindrical-coordinate representation of color #B6818E: hue angle of 345.28º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6818E is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB182129142-
CMYK00.290.220.29
HSL345.28º26.63%60.98%-
HSV(B)345.28º29.12%71.37%-
XYZ32.0227.629.23-
YUV146.33125.56153.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 129 (50.78% from 255) = 28.48%
BLUE value IS 142 (55.86% from 255) = 31.35%
R=40.18%
G=28.48%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212914200.290.220.29345.2826.6360.98
HexB6818E01D161D1591b3d
Octal26620121603526355313375
Binary101101101000000110001110011101101101110110101100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6818E; }

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

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

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

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

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

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

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

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