#B6838E

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

Shades of Tapestry #B6838E

Tints of Tapestry #B6838E

Color information

#B6838E (or 0xB6838E) is unknown color: approx Tapestry. HEX triplet: B6, 83 and 8E. RGB value is (182,131,142). Sum of RGB (Red+Green+Blue) = 182+131+142=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B6838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6838E is #497C71. Grayscale: #939393. Windows color (decimal): -4815986 or 9339830. OLE color: 9339830.

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

Color convert

RGB182131142-
CMYK00.280.220.29
HSL347.06º25.89%61.37%-
HSV(B)347.06º28.02%71.37%-
XYZ32.2928.1329.32-
YUV147.5124.9152.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 131 (51.56% from 255) = 28.79%
BLUE value IS 142 (55.86% from 255) = 31.21%
R=40%
G=28.79%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213114200.280.220.29347.0625.8961.37
HexB6838E01C161D15b1a3d
Octal26620321603426355333275
Binary101101101000001110001110011100101101110110101101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6838E; }

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

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

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

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

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

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

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

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