#B56377

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

Shades of Tapestry #B56377

Tints of Tapestry #B56377

Color information

#B56377 (or 0xB56377) is unknown color: approx Tapestry. HEX triplet: B5, 63 and 77. RGB value is (181,99,119). Sum of RGB (Red+Green+Blue) = 181+99+119=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 99 (39.06% from 255 or 24.81% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 181 - color contains mainly: red. Hex color #B56377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56377 is #4A9C88. Grayscale: #7D7D7D. Windows color (decimal): -4889737 or 7824309. OLE color: 7824309.

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

Color convert

RGB18199119-
CMYK00.450.340.29
HSL345.37º35.65%54.9%-
HSV(B)345.37º45.3%70.98%-
XYZ26.8520.0819.91-
YUV125.8124.17167.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.36%
GREEN value IS 99 (39.06% from 255) = 24.81%
BLUE value IS 119 (46.88% from 255) = 29.82%
R=45.36%
G=24.81%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819911900.450.340.29345.3735.6554.9
HexB5637702D221D1592437
Octal26514316705542355314467
Binary1011010111000111110111010110110001011101101011001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56377; }

 p { color: rgb(181,99,119); }

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

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

 a { background-color: rgb(181,99,119); }

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

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

 span { border-color: rgb(181,99,119); }

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