#B76A91

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

Shades of Tapestry #B76A91

Tints of Tapestry #B76A91

Color information

#B76A91 (or 0xB76A91) is unknown color: approx Tapestry. HEX triplet: B7, 6A and 91. RGB value is (183,106,145). Sum of RGB (Red+Green+Blue) = 183+106+145=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76A91 is #48956E. Grayscale: #858585. Windows color (decimal): -4756847 or 9530039. OLE color: 9530039.

HSL color Cylindrical-coordinate representation of color #B76A91: hue angle of 329.61º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B76A91 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB183106145-
CMYK00.420.210.28
HSL329.61º34.84%56.67%-
HSV(B)329.61º42.08%71.76%-
XYZ29.7922.4229.55-
YUV133.47134.51163.33-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.17%
GREEN value IS 106 (41.80% from 255) = 24.42%
BLUE value IS 145 (57.03% from 255) = 33.41%
R=42.17%
G=24.42%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310614500.420.210.28329.6134.8456.67
HexB76A9102A151C14a2339
Octal26715222105225345124371
Binary1011011111010101001000101010101010111100101001010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76A91; }

 p { color: rgb(183,106,145); }

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

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

 a { background-color: rgb(183,106,145); }

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

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

 span { border-color: rgb(183,106,145); }

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