#B77587

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

Shades of Tapestry #B77587

Tints of Tapestry #B77587

Color information

#B77587 (or 0xB77587) is unknown color: approx Tapestry. HEX triplet: B7, 75 and 87. RGB value is (183,117,135). Sum of RGB (Red+Green+Blue) = 183+117+135=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B77587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77587 is #488A78. Grayscale: #8A8A8A. Windows color (decimal): -4754041 or 8877495. OLE color: 8877495.

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

Color convert

RGB183117135-
CMYK00.360.260.28
HSL343.64º31.43%58.82%-
HSV(B)343.64º36.07%71.76%-
XYZ30.2624.5426.06-
YUV138.79125.87159.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 135 (53.12% from 255) = 31.03%
R=42.07%
G=26.90%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311713500.360.260.28343.6431.4358.82
HexB775870241A1C1581f3b
Octal26716520704432345303773
Binary101101111110101100001110100100110101110010101100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77587; }

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

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

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

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

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

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

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

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