#B96886

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

Shades of Tapestry #B96886

Tints of Tapestry #B96886

Color information

#B96886 (or 0xB96886) is unknown color: approx Tapestry. HEX triplet: B9, 68 and 86. RGB value is (185,104,134). Sum of RGB (Red+Green+Blue) = 185+104+134=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B96886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96886 is #469779. Grayscale: #838383. Windows color (decimal): -4626298 or 8808633. OLE color: 8808633.

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

Color convert

RGB185104134-
CMYK00.440.280.27
HSL337.78º36.65%56.67%-
HSV(B)337.78º43.78%72.55%-
XYZ29.2621.9425.25-
YUV131.64129.34166.06-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 134 (52.73% from 255) = 31.68%
R=43.74%
G=24.59%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510413400.440.280.27337.7836.6556.67
HexB9688602C1C1B1522539
Octal27115020605434335224571
Binary1011100111010001000011001011001110011011101010010100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96886; }

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

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

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

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

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

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

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

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