#B27391

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

Shades of Tapestry #B27391

Tints of Tapestry #B27391

Color information

#B27391 (or 0xB27391) is unknown color: approx Tapestry. HEX triplet: B2, 73 and 91. RGB value is (178,115,145). Sum of RGB (Red+Green+Blue) = 178+115+145=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 115 (45.31% from 255 or 26.26% from 438); Blue value is 145 (57.03% from 255 or 33.11% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B27391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27391 is #4D8C6E. Grayscale: #898989. Windows color (decimal): -5082223 or 9532338. OLE color: 9532338.

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

Color convert

RGB178115145-
CMYK00.350.190.30
HSL331.43º29.03%57.45%-
HSV(B)331.43º35.39%69.8%-
XYZ29.623.7729.82-
YUV137.26132.37157.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.64%
GREEN value IS 115 (45.31% from 255) = 26.26%
BLUE value IS 145 (57.03% from 255) = 33.11%
R=40.64%
G=26.26%
B=33.11%

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
Decimal17811514500.350.190.30331.4329.0357.45
HexB27391023131E14b1d39
Octal26216322104323365133571
Binary101100101110011100100010100011100111111010100101111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27391; }

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

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

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

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

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

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

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

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