#B27E82

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

Shades of Tapestry #B27E82

Tints of Tapestry #B27E82

Color information

#B27E82 (or 0xB27E82) is unknown color: approx Tapestry. HEX triplet: B2, 7E and 82. RGB value is (178,126,130). Sum of RGB (Red+Green+Blue) = 178+126+130=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27E82 is #4D817D. Grayscale: #8E8E8E. Windows color (decimal): -5079422 or 8552114. OLE color: 8552114.

HSL color Cylindrical-coordinate representation of color #B27E82: hue angle of 355.38º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B27E82 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB178126130-
CMYK00.290.270.30
HSL355.38º25.24%59.61%-
HSV(B)355.38º29.21%69.8%-
XYZ29.852624.56-
YUV142121.23153.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.01%
GREEN value IS 126 (49.61% from 255) = 29.03%
BLUE value IS 130 (51.17% from 255) = 29.95%
R=41.01%
G=29.03%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812613000.290.270.30355.3825.2459.61
HexB27E8201D1B1E163193c
Octal26217620203533365433174
Binary10110010111111010000010011101110111111010110001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E82; }

 p { color: rgb(178,126,130); }

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

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

 a { background-color: rgb(178,126,130); }

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

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

 span { border-color: rgb(178,126,130); }

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