#B56276

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

Shades of Tapestry #B56276

Tints of Tapestry #B56276

Color information

#B56276 (or 0xB56276) is unknown color: approx Tapestry. HEX triplet: B5, 62 and 76. RGB value is (181,98,118). Sum of RGB (Red+Green+Blue) = 181+98+118=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 98 (38.67% from 255 or 24.69% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 181 - color contains mainly: red. Hex color #B56276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B56276 is #4A9D89. Grayscale: #7D7D7D. Windows color (decimal): -4889994 or 7758517. OLE color: 7758517.

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

Color convert

RGB18198118-
CMYK00.460.350.29
HSL345.54º35.93%54.71%-
HSV(B)345.54º45.86%70.98%-
XYZ26.6919.8719.57-
YUV125.1124167.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.59%
GREEN value IS 98 (38.67% from 255) = 24.69%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=45.59%
G=24.69%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819811800.460.350.29345.5435.9354.71
HexB5627602E231D15a2437
Octal26514216605643355324467
Binary1011010111000101110110010111010001111101101011010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56276; }

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

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

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

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

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

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

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

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