#B77580

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

Shades of Tapestry #B77580

Tints of Tapestry #B77580

Color information

#B77580 (or 0xB77580) is unknown color: approx Tapestry. HEX triplet: B7, 75 and 80. RGB value is (183,117,128). Sum of RGB (Red+Green+Blue) = 183+117+128=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B77580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77580 is #488A7F. Grayscale: #8A8A8A. Windows color (decimal): -4754048 or 8418743. OLE color: 8418743.

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

Color convert

RGB183117128-
CMYK00.360.300.28
HSL350º31.43%58.82%-
HSV(B)350º36.07%71.76%-
XYZ29.7924.3523.55-
YUV137.99122.37160.11-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 117 (46.09% from 255) = 27.34%
BLUE value IS 128 (50.39% from 255) = 29.91%
R=42.76%
G=27.34%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311712800.360.300.2835031.4358.82
HexB775800241E1C15e1f3b
Octal26716520004436345363773
Binary101101111110101100000000100100111101110010101111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77580; }

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

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

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

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

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

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

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

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