#B76891

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

Shades of Tapestry #B76891

Tints of Tapestry #B76891

Color information

#B76891 (or 0xB76891) is unknown color: approx Tapestry. HEX triplet: B7, 68 and 91. RGB value is (183,104,145). Sum of RGB (Red+Green+Blue) = 183+104+145=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 104 (41.02% from 255 or 24.07% from 432); Blue value is 145 (57.03% from 255 or 33.56% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B76891 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76891 is #48976E. Grayscale: #848484. Windows color (decimal): -4757359 or 9529527. OLE color: 9529527.

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

Color convert

RGB183104145-
CMYK00.430.210.28
HSL328.86º35.43%56.27%-
HSV(B)328.86º43.17%71.76%-
XYZ29.5922.0129.48-
YUV132.29135.17164.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.36%
GREEN value IS 104 (41.02% from 255) = 24.07%
BLUE value IS 145 (57.03% from 255) = 33.56%
R=42.36%
G=24.07%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310414500.430.210.28328.8635.4356.27
HexB7689102B151C1492338
Octal26715022105325345114370
Binary1011011111010001001000101010111010111100101001001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76891; }

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

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

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

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

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

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

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

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