#B27E90

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

Shades of Tapestry #B27E90

Tints of Tapestry #B27E90

Color information

#B27E90 (or 0xB27E90) is unknown color: approx Tapestry. HEX triplet: B2, 7E and 90. RGB value is (178,126,144). Sum of RGB (Red+Green+Blue) = 178+126+144=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27E90 is #4D816F. Grayscale: #8F8F8F. Windows color (decimal): -5079408 or 9469618. OLE color: 9469618.

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

Color convert

RGB178126144-
CMYK00.290.190.30
HSL339.23º25.24%59.61%-
HSV(B)339.23º29.21%69.8%-
XYZ30.8526.429.86-
YUV143.6128.23152.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.73%
GREEN value IS 126 (49.61% from 255) = 28.12%
BLUE value IS 144 (56.64% from 255) = 32.14%
R=39.73%
G=28.12%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812614400.290.190.30339.2325.2459.61
HexB27E9001D131E153193c
Octal26217622003523365233174
Binary10110010111111010010000011101100111111010101001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E90; }

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

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

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

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

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

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

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

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