#b76e88

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

Shades of Tapestry #B76E88

Tints of Tapestry #B76E88

Color information

#B76E88 (or 0xB76E88) is unknown color: approx Tapestry. HEX triplet: B7, 6E and 88. RGB value is (183,110,136). Sum of RGB (Red+Green+Blue) = 183+110+136=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 136 (53.52% from 255 or 31.70% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B76E88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76E88 is #489177. Grayscale: #868686. Windows color (decimal): -4755832 or 8941239. OLE color: 8941239.

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

Color convert

RGB183110136-
CMYK00.400.260.28
HSL338.63º33.64%57.45%-
HSV(B)338.63º39.89%71.76%-
XYZ29.552326.17-
YUV134.79128.68162.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 110 (43.36% from 255) = 25.64%
BLUE value IS 136 (53.52% from 255) = 31.70%
R=42.66%
G=25.64%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311013600.400.260.28338.6333.6457.45
HexB76E880281A1C1532239
Octal26715621005032345234271
Binary1011011111011101000100001010001101011100101010011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b76e88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b76e88; }

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

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

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

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

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

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

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

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