#B56279

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

Shades of Tapestry #B56279

Tints of Tapestry #B56279

Color information

#B56279 (or 0xB56279) is unknown color: approx Tapestry. HEX triplet: B5, 62 and 79. RGB value is (181,98,121). Sum of RGB (Red+Green+Blue) = 181+98+121=400 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.25% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 181 - color contains mainly: red. Hex color #B56279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56279 is #4A9D86. Grayscale: #7D7D7D. Windows color (decimal): -4889991 or 7955125. OLE color: 7955125.

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

Color convert

RGB18198121-
CMYK00.460.330.29
HSL343.37º35.93%54.71%-
HSV(B)343.37º45.86%70.98%-
XYZ26.8719.9420.52-
YUV125.44125.5167.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.25%
GREEN value IS 98 (38.67% from 255) = 24.5%
BLUE value IS 121 (47.66% from 255) = 30.25%
R=45.25%
G=24.5%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819812100.460.330.29343.3735.9354.71
HexB5627902E211D1572437
Octal26514217105641355274467
Binary1011010111000101111001010111010000111101101010111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56279; }

 p { color: rgb(181,98,121); }

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

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

 a { background-color: rgb(181,98,121); }

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

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

 span { border-color: rgb(181,98,121); }

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