#B76677

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

Shades of Tapestry #B76677

Tints of Tapestry #B76677

Color information

#B76677 (or 0xB76677) is unknown color: approx Tapestry. HEX triplet: B7, 66 and 77. RGB value is (183,102,119). Sum of RGB (Red+Green+Blue) = 183+102+119=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 102 (40.23% from 255 or 25.25% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 183 - color contains mainly: red. Hex color #B76677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76677 is #489988. Grayscale: #808080. Windows color (decimal): -4757897 or 7825079. OLE color: 7825079.

HSL color Cylindrical-coordinate representation of color #B76677: hue angle of 347.41º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B76677 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.28.

Color convert

RGB183102119-
CMYK00.440.350.28
HSL347.41º36%55.88%-
HSV(B)347.41º44.26%71.76%-
XYZ27.6120.920.03-
YUV128.16122.84167.12-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.30%
GREEN value IS 102 (40.23% from 255) = 25.25%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=45.30%
G=25.25%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310211900.440.350.28347.413655.88
HexB7667702C231C15b2438
Octal26714616705443345334470
Binary1011011111001101110111010110010001111100101011011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76677; }

 p { color: rgb(183,102,119); }

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

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

 a { background-color: rgb(183,102,119); }

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

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

 span { border-color: rgb(183,102,119); }

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