#B27390

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

Shades of Tapestry #B27390

Tints of Tapestry #B27390

Color information

#B27390 (or 0xB27390) is unknown color: approx Tapestry. HEX triplet: B2, 73 and 90. RGB value is (178,115,144). Sum of RGB (Red+Green+Blue) = 178+115+144=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B27390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27390 is #4D8C6F. Grayscale: #898989. Windows color (decimal): -5082224 or 9466802. OLE color: 9466802.

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

Color convert

RGB178115144-
CMYK00.350.190.30
HSL332.38º29.03%57.45%-
HSV(B)332.38º35.39%69.8%-
XYZ29.5223.7429.41-
YUV137.14131.87157.14-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.73%
GREEN value IS 115 (45.31% from 255) = 26.32%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=40.73%
G=26.32%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811514400.350.190.30332.3829.0357.45
HexB27390023131E14c1d39
Octal26216322004323365143571
Binary101100101110011100100000100011100111111010100110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27390; }

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

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

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

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

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

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

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

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