#B6828D

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

Shades of Tapestry #B6828D

Tints of Tapestry #B6828D

Color information

#B6828D (or 0xB6828D) is unknown color: approx Tapestry. HEX triplet: B6, 82 and 8D. RGB value is (182,130,141). Sum of RGB (Red+Green+Blue) = 182+130+141=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 182 - color contains mainly: red. Hex color #B6828D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6828D is #497D72. Grayscale: #929292. Windows color (decimal): -4816243 or 9274038. OLE color: 9274038.

HSL color Cylindrical-coordinate representation of color #B6828D: hue angle of 347.31º degrees, saturation: 0.26, 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 #B6828D is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB182130141-
CMYK00.290.230.29
HSL347.31º26.26%61.18%-
HSV(B)347.31º28.57%71.37%-
XYZ32.0827.8328.88-
YUV146.8124.73153.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.18%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=40.18%
G=28.70%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213014100.290.230.29347.3126.2661.18
HexB6828D01D171D15b1a3d
Octal26620221503527355333275
Binary101101101000001010001101011101101111110110101101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6828D; }

 p { color: rgb(182,130,141); }

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

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

 a { background-color: rgb(182,130,141); }

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

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

 span { border-color: rgb(182,130,141); }

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