#B56283

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

Shades of Tapestry #B56283

Tints of Tapestry #B56283

Color information

#B56283 (or 0xB56283) is unknown color: approx Tapestry. HEX triplet: B5, 62 and 83. RGB value is (181,98,131). Sum of RGB (Red+Green+Blue) = 181+98+131=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 181 - color contains mainly: red. Hex color #B56283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B56283 is #4A9D7C. Grayscale: #7E7E7E. Windows color (decimal): -4889981 or 8610485. OLE color: 8610485.

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

Color convert

RGB18198131-
CMYK00.460.280.29
HSL336.14º35.93%54.71%-
HSV(B)336.14º45.86%70.98%-
XYZ27.5220.223.92-
YUV126.58130.5166.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 44.15%
GREEN value IS 98 (38.67% from 255) = 23.90%
BLUE value IS 131 (51.56% from 255) = 31.95%
R=44.15%
G=23.90%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819813100.460.280.29336.1435.9354.71
HexB5628302E1C1D1502437
Octal26514220305634355204467
Binary1011010111000101000001101011101110011101101010000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B56283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B56283; }

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

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

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

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

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

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

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

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