#B37481

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

Shades of Tapestry #B37481

Tints of Tapestry #B37481

Color information

#B37481 (or 0xB37481) is unknown color: approx Tapestry. HEX triplet: B3, 74 and 81. RGB value is (179,116,129). Sum of RGB (Red+Green+Blue) = 179+116+129=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 179 - color contains mainly: red. Hex color #B37481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37481 is #4C8B7E. Grayscale: #888888. Windows color (decimal): -5016447 or 8484019. OLE color: 8484019.

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

Color convert

RGB179116129-
CMYK00.350.280.30
HSL347.62º29.3%57.84%-
HSV(B)347.62º35.2%70.2%-
XYZ28.823.6623.82-
YUV136.32123.87158.44-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.22%
GREEN value IS 116 (45.70% from 255) = 27.36%
BLUE value IS 129 (50.78% from 255) = 30.42%
R=42.22%
G=27.36%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911612900.350.280.30347.6229.357.84
HexB374810231C1E15c1d3a
Octal26316420104334365343572
Binary101100111110100100000010100011111001111010101110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37481; }

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

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

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

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

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

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

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

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