#B37491

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

Shades of Tapestry #B37491

Tints of Tapestry #B37491

Color information

#B37491 (or 0xB37491) is unknown color: approx Tapestry. HEX triplet: B3, 74 and 91. RGB value is (179,116,145). Sum of RGB (Red+Green+Blue) = 179+116+145=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 116 (45.70% from 255 or 26.36% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 179 - color contains mainly: red. Hex color #B37491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37491 is #4C8B6E. Grayscale: #8A8A8A. Windows color (decimal): -5016431 or 9532595. OLE color: 9532595.

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

Color convert

RGB179116145-
CMYK00.350.190.30
HSL332.38º29.3%57.84%-
HSV(B)332.38º35.2%70.2%-
XYZ29.9524.1229.87-
YUV138.14131.87157.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.68%
GREEN value IS 116 (45.70% from 255) = 26.36%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=40.68%
G=26.36%
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
Decimal17911614500.350.190.30332.3829.357.84
HexB37491023131E14c1d3a
Octal26316422104323365143572
Binary101100111110100100100010100011100111111010100110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37491; }

 p { color: rgb(179,116,145); }

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

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

 a { background-color: rgb(179,116,145); }

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

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

 span { border-color: rgb(179,116,145); }

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