#B96880

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

Shades of Tapestry #B96880

Tints of Tapestry #B96880

Color information

#B96880 (or 0xB96880) is unknown color: approx Tapestry. HEX triplet: B9, 68 and 80. RGB value is (185,104,128). Sum of RGB (Red+Green+Blue) = 185+104+128=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B96880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96880 is #46977F. Grayscale: #828282. Windows color (decimal): -4626304 or 8415417. OLE color: 8415417.

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

Color convert

RGB185104128-
CMYK00.440.310.27
HSL342.22º36.65%56.67%-
HSV(B)342.22º43.78%72.55%-
XYZ28.8521.7723.1-
YUV130.96126.34166.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.36%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 128 (50.39% from 255) = 30.70%
R=44.36%
G=24.94%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510412800.440.310.27342.2236.6556.67
HexB9688002C1F1B1562539
Octal27115020005437335264571
Binary1011100111010001000000001011001111111011101010110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96880; }

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

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

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

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

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

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

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

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