#B77680

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

Shades of Tapestry #B77680

Tints of Tapestry #B77680

Color information

#B77680 (or 0xB77680) is unknown color: approx Tapestry. HEX triplet: B7, 76 and 80. RGB value is (183,118,128). Sum of RGB (Red+Green+Blue) = 183+118+128=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B77680 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77680 is #48897F. Grayscale: #8A8A8A. Windows color (decimal): -4753792 or 8418999. OLE color: 8418999.

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

Color convert

RGB183118128-
CMYK00.360.300.28
HSL350.77º31.1%59.02%-
HSV(B)350.77º35.52%71.76%-
XYZ29.924.5823.59-
YUV138.57122.03159.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 118 (46.48% from 255) = 27.51%
BLUE value IS 128 (50.39% from 255) = 29.84%
R=42.66%
G=27.51%
B=29.84%

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
Decimal18311812800.360.300.28350.7731.159.02
HexB776800241E1C15f1f3b
Octal26716620004436345373773
Binary101101111110110100000000100100111101110010101111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B77680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B77680; }

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

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

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

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

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

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

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

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