#B37884

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

Shades of Tapestry #B37884

Tints of Tapestry #B37884

Color information

#B37884 (or 0xB37884) is unknown color: approx Tapestry. HEX triplet: B3, 78 and 84. RGB value is (179,120,132). Sum of RGB (Red+Green+Blue) = 179+120+132=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 132 (51.95% from 255 or 30.63% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B37884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37884 is #4C877B. Grayscale: #8B8B8B. Windows color (decimal): -5015420 or 8681651. OLE color: 8681651.

HSL color Cylindrical-coordinate representation of color #B37884: hue angle of 347.8º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B37884 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB179120132-
CMYK00.330.260.30
HSL347.8º27.96%58.63%-
HSV(B)347.8º32.96%70.2%-
XYZ29.4724.6825.04-
YUV139.01124.05156.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 120 (47.27% from 255) = 27.84%
BLUE value IS 132 (51.95% from 255) = 30.63%
R=41.53%
G=27.84%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912013200.330.260.30347.827.9658.63
HexB378840211A1E15c1c3b
Octal26317020404132365343473
Binary101100111111000100001000100001110101111010101110011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37884; }

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

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

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

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

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

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

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

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