#B56E7A

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

Shades of Tapestry #B56E7A

Tints of Tapestry #B56E7A

Color information

#B56E7A (or 0xB56E7A) is unknown color: approx Tapestry. HEX triplet: B5, 6E and 7A. RGB value is (181,110,122). Sum of RGB (Red+Green+Blue) = 181+110+122=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 110 (43.36% from 255 or 26.63% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B56E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56E7A is #4A9185. Grayscale: #848484. Windows color (decimal): -4886918 or 8023733. OLE color: 8023733.

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

Color convert

RGB181110122-
CMYK00.390.330.29
HSL349.86º32.42%57.06%-
HSV(B)349.86º39.23%70.98%-
XYZ28.1422.3821.25-
YUV132.6122.02162.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 110 (43.36% from 255) = 26.63%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=43.83%
G=26.63%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111012200.390.330.29349.8632.4257.06
HexB56E7A027211D15e2039
Octal26515617204741355364071
Binary1011010111011101111010010011110000111101101011110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56E7A; }

 p { color: rgb(181,110,122); }

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

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

 a { background-color: rgb(181,110,122); }

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

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

 span { border-color: rgb(181,110,122); }

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