#B57083

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

Shades of Tapestry #B57083

Tints of Tapestry #B57083

Color information

#B57083 (or 0xB57083) is unknown color: approx Tapestry. HEX triplet: B5, 70 and 83. RGB value is (181,112,131). Sum of RGB (Red+Green+Blue) = 181+112+131=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 181 - color contains mainly: red. Hex color #B57083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57083 is #4A8F7C. Grayscale: #868686. Windows color (decimal): -4886397 or 8614069. OLE color: 8614069.

HSL color Cylindrical-coordinate representation of color #B57083: hue angle of 343.48º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57083 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB181112131-
CMYK00.380.280.29
HSL343.48º31.8%57.45%-
HSV(B)343.48º38.12%70.98%-
XYZ28.9523.0524.4-
YUV134.8125.86160.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.69%
GREEN value IS 112 (44.14% from 255) = 26.42%
BLUE value IS 131 (51.56% from 255) = 30.90%
R=42.69%
G=26.42%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111213100.380.280.29343.4831.857.45
HexB570830261C1D1572039
Octal26516020304634355274071
Binary1011010111100001000001101001101110011101101010111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57083; }

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

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

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

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

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

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

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

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