#B77582

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

Shades of Tapestry #B77582

Tints of Tapestry #B77582

Color information

#B77582 (or 0xB77582) is unknown color: approx Tapestry. HEX triplet: B7, 75 and 82. RGB value is (183,117,130). Sum of RGB (Red+Green+Blue) = 183+117+130=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 117 (46.09% from 255 or 27.21% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 183 - color contains mainly: red. Hex color #B77582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77582 is #488A7D. Grayscale: #8A8A8A. Windows color (decimal): -4754046 or 8549815. OLE color: 8549815.

HSL color Cylindrical-coordinate representation of color #B77582: hue angle of 348.18º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B77582 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB183117130-
CMYK00.360.290.28
HSL348.18º31.43%58.82%-
HSV(B)348.18º36.07%71.76%-
XYZ29.9224.424.25-
YUV138.22123.37159.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 117 (46.09% from 255) = 27.21%
BLUE value IS 130 (51.17% from 255) = 30.23%
R=42.56%
G=27.21%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311713000.360.290.28348.1831.4358.82
HexB775820241D1C15c1f3b
Octal26716520204435345343773
Binary101101111110101100000100100100111011110010101110011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77582; }

 p { color: rgb(183,117,130); }

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

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

 a { background-color: rgb(183,117,130); }

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

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

 span { border-color: rgb(183,117,130); }

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