#B77687

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

Shades of Tapestry #B77687

Tints of Tapestry #B77687

Color information

#B77687 (or 0xB77687) is unknown color: approx Tapestry. HEX triplet: B7, 76 and 87. RGB value is (183,118,135). Sum of RGB (Red+Green+Blue) = 183+118+135=436 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.97% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 183 - color contains mainly: red. Hex color #B77687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77687 is #488978. Grayscale: #8B8B8B. Windows color (decimal): -4753785 or 8877751. OLE color: 8877751.

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

Color convert

RGB183118135-
CMYK00.360.260.28
HSL344.31º31.1%59.02%-
HSV(B)344.31º35.52%71.76%-
XYZ30.3824.7726.1-
YUV139.37125.53159.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.97%
GREEN value IS 118 (46.48% from 255) = 27.06%
BLUE value IS 135 (53.12% from 255) = 30.96%
R=41.97%
G=27.06%
B=30.96%

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
Decimal18311813500.360.260.28344.3131.159.02
HexB776870241A1C1581f3b
Octal26716620704432345303773
Binary101101111110110100001110100100110101110010101100011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77687; }

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

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

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

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

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

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

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

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