#B96887

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

Shades of Tapestry #B96887

Tints of Tapestry #B96887

Color information

#B96887 (or 0xB96887) is unknown color: approx Tapestry. HEX triplet: B9, 68 and 87. RGB value is (185,104,135). Sum of RGB (Red+Green+Blue) = 185+104+135=424 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.63% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 135 (53.12% from 255 or 31.84% from 424); Max value from RGB is 185 - color contains mainly: red. Hex color #B96887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96887 is #469778. Grayscale: #838383. Windows color (decimal): -4626297 or 8874169. OLE color: 8874169.

HSL color Cylindrical-coordinate representation of color #B96887: hue angle of 337.04º 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 #B96887 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB185104135-
CMYK00.440.270.27
HSL337.04º36.65%56.67%-
HSV(B)337.04º43.78%72.55%-
XYZ29.3321.9625.62-
YUV131.75129.84165.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.63%
GREEN value IS 104 (41.02% from 255) = 24.53%
BLUE value IS 135 (53.12% from 255) = 31.84%
R=43.63%
G=24.53%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510413500.440.270.27337.0436.6556.67
HexB9688702C1B1B1512539
Octal27115020705433335214571
Binary1011100111010001000011101011001101111011101010001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96887; }

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

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

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

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

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

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

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

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