#B76E8E

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

Shades of Tapestry #B76E8E

Tints of Tapestry #B76E8E

Color information

#B76E8E (or 0xB76E8E) is unknown color: approx Tapestry. HEX triplet: B7, 6E and 8E. RGB value is (183,110,142). Sum of RGB (Red+Green+Blue) = 183+110+142=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76E8E is #489171. Grayscale: #878787. Windows color (decimal): -4755826 or 9334455. OLE color: 9334455.

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

Color convert

RGB183110142-
CMYK00.400.220.28
HSL333.7º33.64%57.45%-
HSV(B)333.7º39.89%71.76%-
XYZ29.9923.1728.48-
YUV135.48131.68161.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 110 (43.36% from 255) = 25.29%
BLUE value IS 142 (55.86% from 255) = 32.64%
R=42.07%
G=25.29%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311014200.400.220.28333.733.6457.45
HexB76E8E028161C14e2239
Octal26715621605026345164271
Binary1011011111011101000111001010001011011100101001110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E8E; }

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

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

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

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

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

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

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

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