#B37484

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

Shades of Tapestry #B37484

Tints of Tapestry #B37484

Color information

#B37484 (or 0xB37484) is unknown color: approx Tapestry. HEX triplet: B3, 74 and 84. RGB value is (179,116,132). Sum of RGB (Red+Green+Blue) = 179+116+132=427 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.92% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 179 - color contains mainly: red. Hex color #B37484 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37484 is #4C8B7B. Grayscale: #888888. Windows color (decimal): -5016444 or 8680627. OLE color: 8680627.

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

Color convert

RGB179116132-
CMYK00.350.260.30
HSL344.76º29.3%57.84%-
HSV(B)344.76º35.2%70.2%-
XYZ2923.7424.88-
YUV136.66125.37158.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.92%
GREEN value IS 116 (45.70% from 255) = 27.17%
BLUE value IS 132 (51.95% from 255) = 30.91%
R=41.92%
G=27.17%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911613200.350.260.30344.7629.357.84
HexB374840231A1E1591d3a
Octal26316420404332365313572
Binary101100111110100100001000100011110101111010101100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37484; }

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

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

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

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

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

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

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

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