#B57092

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

Shades of Tapestry #B57092

Tints of Tapestry #B57092

Color information

#B57092 (or 0xB57092) is unknown color: approx Tapestry. HEX triplet: B5, 70 and 92. RGB value is (181,112,146). Sum of RGB (Red+Green+Blue) = 181+112+146=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B57092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57092 is #4A8F6D. Grayscale: #888888. Windows color (decimal): -4886382 or 9597109. OLE color: 9597109.

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

Color convert

RGB181112146-
CMYK00.380.190.29
HSL330.43º31.8%57.45%-
HSV(B)330.43º38.12%70.98%-
XYZ30.0423.4930.14-
YUV136.51133.36159.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.23%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 146 (57.42% from 255) = 33.26%
R=41.23%
G=25.51%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111214600.380.190.29330.4331.857.45
HexB57092026131D14a2039
Octal26516022204623355124071
Binary1011010111100001001001001001101001111101101001010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57092; }

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

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

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

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

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

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

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

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