#B57383

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

Shades of Tapestry #B57383

Tints of Tapestry #B57383

Color information

#B57383 (or 0xB57383) is unknown color: approx Tapestry. HEX triplet: B5, 73 and 83. RGB value is (181,115,131). Sum of RGB (Red+Green+Blue) = 181+115+131=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 181 - color contains mainly: red. Hex color #B57383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57383 is #4A8C7C. Grayscale: #888888. Windows color (decimal): -4885629 or 8614837. OLE color: 8614837.

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

Color convert

RGB181115131-
CMYK00.360.280.29
HSL345.45º30.84%58.04%-
HSV(B)345.45º36.46%70.98%-
XYZ29.2823.7224.51-
YUV136.56124.87159.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 115 (45.31% from 255) = 26.93%
BLUE value IS 131 (51.56% from 255) = 30.68%
R=42.39%
G=26.93%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111513100.360.280.29345.4530.8458.04
HexB573830241C1D1591f3a
Octal26516320304434355313772
Binary101101011110011100000110100100111001110110101100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57383; }

 p { color: rgb(181,115,131); }

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

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

 a { background-color: rgb(181,115,131); }

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

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

 span { border-color: rgb(181,115,131); }

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