#B76E93

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

Shades of Tapestry #B76E93

Tints of Tapestry #B76E93

Color information

#B76E93 (or 0xB76E93) is unknown color: approx Tapestry. HEX triplet: B7, 6E and 93. RGB value is (183,110,147). Sum of RGB (Red+Green+Blue) = 183+110+147=440 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.59% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 147 (57.81% from 255 or 33.41% from 440); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76E93 is #48916C. Grayscale: #878787. Windows color (decimal): -4755821 or 9662135. OLE color: 9662135.

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

Color convert

RGB183110147-
CMYK00.400.200.28
HSL329.59º33.64%57.45%-
HSV(B)329.59º39.89%71.76%-
XYZ30.3723.3330.51-
YUV136.04134.18161.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.59%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 147 (57.81% from 255) = 33.41%
R=41.59%
G=25%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311014700.400.200.28329.5933.6457.45
HexB76E93028141C14a2239
Octal26715622305024345124271
Binary1011011111011101001001101010001010011100101001010100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76E93; }

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

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

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

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

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

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

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

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