#B27E8E

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

Shades of Tapestry #B27E8E

Tints of Tapestry #B27E8E

Color information

#B27E8E (or 0xB27E8E) is unknown color: approx Tapestry. HEX triplet: B2, 7E and 8E. RGB value is (178,126,142). Sum of RGB (Red+Green+Blue) = 178+126+142=446 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.91% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27E8E is #4D8171. Grayscale: #8F8F8F. Windows color (decimal): -5079410 or 9338546. OLE color: 9338546.

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

Color convert

RGB178126142-
CMYK00.290.200.30
HSL341.54º25.24%59.61%-
HSV(B)341.54º29.21%69.8%-
XYZ30.726.3429.06-
YUV143.37127.23152.7-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.91%
GREEN value IS 126 (49.61% from 255) = 28.25%
BLUE value IS 142 (55.86% from 255) = 31.84%
R=39.91%
G=28.25%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812614200.290.200.30341.5425.2459.61
HexB27E8E01D141E156193c
Octal26217621603524365263174
Binary10110010111111010001110011101101001111010101011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E8E; }

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

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

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

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

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

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

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

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