#B96884

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

Shades of Tapestry #B96884

Tints of Tapestry #B96884

Color information

#B96884 (or 0xB96884) is unknown color: approx Tapestry. HEX triplet: B9, 68 and 84. RGB value is (185,104,132). Sum of RGB (Red+Green+Blue) = 185+104+132=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 132 (51.95% from 255 or 31.35% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B96884 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96884 is #46977B. Grayscale: #838383. Windows color (decimal): -4626300 or 8677561. OLE color: 8677561.

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

Color convert

RGB185104132-
CMYK00.440.290.27
HSL339.26º36.65%56.67%-
HSV(B)339.26º43.78%72.55%-
XYZ29.1221.8824.52-
YUV131.41128.34166.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 132 (51.95% from 255) = 31.35%
R=43.94%
G=24.70%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510413200.440.290.27339.2636.6556.67
HexB9688402C1D1B1532539
Octal27115020405435335234571
Binary1011100111010001000010001011001110111011101010011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96884; }

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

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

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

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

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

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

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

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