#B76E80

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

Shades of Tapestry #B76E80

Tints of Tapestry #B76E80

Color information

#B76E80 (or 0xB76E80) is unknown color: approx Tapestry. HEX triplet: B7, 6E and 80. RGB value is (183,110,128). Sum of RGB (Red+Green+Blue) = 183+110+128=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76E80 is #48917F. Grayscale: #858585. Windows color (decimal): -4755840 or 8416951. OLE color: 8416951.

HSL color Cylindrical-coordinate representation of color #B76E80: hue angle of 345.21º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B76E80 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB183110128-
CMYK00.400.300.28
HSL345.21º33.64%57.45%-
HSV(B)345.21º39.89%71.76%-
XYZ2922.7823.29-
YUV133.88124.68163.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.47%
GREEN value IS 110 (43.36% from 255) = 26.13%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=43.47%
G=26.13%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311012800.400.300.28345.2133.6457.45
HexB76E800281E1C1592239
Octal26715620005036345314271
Binary1011011111011101000000001010001111011100101011001100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E80; }

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

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

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

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

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

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

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

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