#B96580

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

Shades of Tapestry #B96580

Tints of Tapestry #B96580

Color information

#B96580 (or 0xB96580) is unknown color: approx Tapestry. HEX triplet: B9, 65 and 80. RGB value is (185,101,128). Sum of RGB (Red+Green+Blue) = 185+101+128=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B96580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96580 is #469A7F. Grayscale: #818181. Windows color (decimal): -4627072 or 8414649. OLE color: 8414649.

HSL color Cylindrical-coordinate representation of color #B96580: hue angle of 340.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B96580 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB185101128-
CMYK00.450.310.27
HSL340.71º37.5%56.08%-
HSV(B)340.71º45.41%72.55%-
XYZ28.5621.1823.01-
YUV129.19127.33167.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 101 (39.84% from 255) = 24.40%
BLUE value IS 128 (50.39% from 255) = 30.92%
R=44.69%
G=24.40%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510112800.450.310.27340.7137.556.08
HexB9658002D1F1B1552638
Octal27114520005537335254670
Binary1011100111001011000000001011011111111011101010101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96580; }

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

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

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

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

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

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

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

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