#B77686

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

Shades of Tapestry #B77686

Tints of Tapestry #B77686

Color information

#B77686 (or 0xB77686) is unknown color: approx Tapestry. HEX triplet: B7, 76 and 86. RGB value is (183,118,134). Sum of RGB (Red+Green+Blue) = 183+118+134=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B77686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77686 is #488979. Grayscale: #8B8B8B. Windows color (decimal): -4753786 or 8812215. OLE color: 8812215.

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

Color convert

RGB183118134-
CMYK00.360.270.28
HSL345.23º31.1%59.02%-
HSV(B)345.23º35.52%71.76%-
XYZ30.3124.7525.73-
YUV139.26125.03159.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 118 (46.48% from 255) = 27.13%
BLUE value IS 134 (52.73% from 255) = 30.80%
R=42.07%
G=27.13%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311813400.360.270.28345.2331.159.02
HexB776860241B1C1591f3b
Octal26716620604433345313773
Binary101101111110110100001100100100110111110010101100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77686; }

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

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

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

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

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

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

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

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