#B76786

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

Shades of Tapestry #B76786

Tints of Tapestry #B76786

Color information

#B76786 (or 0xB76786) is unknown color: approx Tapestry. HEX triplet: B7, 67 and 86. RGB value is (183,103,134). Sum of RGB (Red+Green+Blue) = 183+103+134=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B76786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76786 is #489879. Grayscale: #828282. Windows color (decimal): -4757626 or 8808375. OLE color: 8808375.

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

Color convert

RGB183103134-
CMYK00.440.270.28
HSL336.75º35.71%56.08%-
HSV(B)336.75º43.72%71.76%-
XYZ28.6821.4925.19-
YUV130.45130165.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.57%
GREEN value IS 103 (40.62% from 255) = 24.52%
BLUE value IS 134 (52.73% from 255) = 31.90%
R=43.57%
G=24.52%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310313400.440.270.28336.7535.7156.08
HexB7678602C1B1C1512438
Octal26714720605433345214470
Binary1011011111001111000011001011001101111100101010001100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76786; }

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

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

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

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

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

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

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

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