#B57481

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

Shades of Tapestry #B57481

Tints of Tapestry #B57481

Color information

#B57481 (or 0xB57481) is unknown color: approx Tapestry. HEX triplet: B5, 74 and 81. RGB value is (181,116,129). Sum of RGB (Red+Green+Blue) = 181+116+129=426 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.49% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 129 (50.78% from 255 or 30.28% from 426); Max value from RGB is 181 - color contains mainly: red. Hex color #B57481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57481 is #4A8B7E. Grayscale: #888888. Windows color (decimal): -4885375 or 8484021. OLE color: 8484021.

HSL color Cylindrical-coordinate representation of color #B57481: hue angle of 348º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B57481 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB181116129-
CMYK00.360.290.29
HSL348º30.52%58.24%-
HSV(B)348º35.91%70.98%-
XYZ29.2623.923.84-
YUV136.92123.53159.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.49%
GREEN value IS 116 (45.70% from 255) = 27.23%
BLUE value IS 129 (50.78% from 255) = 30.28%
R=42.49%
G=27.23%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111612900.360.290.2934830.5258.24
HexB574810241D1D15c1f3a
Octal26516420104435355343772
Binary101101011110100100000010100100111011110110101110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57481; }

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

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

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

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

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

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

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

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