#B96889

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

Shades of Tapestry #B96889

Tints of Tapestry #B96889

Color information

#B96889 (or 0xB96889) is unknown color: approx Tapestry. HEX triplet: B9, 68 and 89. RGB value is (185,104,137). Sum of RGB (Red+Green+Blue) = 185+104+137=426 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.43% from 426); Green value is 104 (41.02% from 255 or 24.41% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 185 - color contains mainly: red. Hex color #B96889 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96889 is #469776. Grayscale: #838383. Windows color (decimal): -4626295 or 9005241. OLE color: 9005241.

HSL color Cylindrical-coordinate representation of color #B96889: hue angle of 335.56º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B96889 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB185104137-
CMYK00.440.260.27
HSL335.56º36.65%56.67%-
HSV(B)335.56º43.78%72.55%-
XYZ29.4722.0226.36-
YUV131.98130.84165.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.43%
GREEN value IS 104 (41.02% from 255) = 24.41%
BLUE value IS 137 (53.91% from 255) = 32.16%
R=43.43%
G=24.41%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510413700.440.260.27335.5636.6556.67
HexB9688902C1A1B1502539
Octal27115021105432335204571
Binary1011100111010001000100101011001101011011101010000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96889; }

 p { color: rgb(185,104,137); }

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

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

 a { background-color: rgb(185,104,137); }

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

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

 span { border-color: rgb(185,104,137); }

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