#B96587

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

Shades of Tapestry #B96587

Tints of Tapestry #B96587

Color information

#B96587 (or 0xB96587) is unknown color: approx Tapestry. HEX triplet: B9, 65 and 87. RGB value is (185,101,135). Sum of RGB (Red+Green+Blue) = 185+101+135=421 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.94% from 421); Green value is 101 (39.84% from 255 or 23.99% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 185 - color contains mainly: red. Hex color #B96587 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96587 is #469A78. Grayscale: #818181. Windows color (decimal): -4627065 or 8873401. OLE color: 8873401.

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

Color convert

RGB185101135-
CMYK00.450.270.27
HSL335.71º37.5%56.08%-
HSV(B)335.71º45.41%72.55%-
XYZ29.0321.3725.52-
YUV129.99130.83167.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.94%
GREEN value IS 101 (39.84% from 255) = 23.99%
BLUE value IS 135 (53.12% from 255) = 32.07%
R=43.94%
G=23.99%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510113500.450.270.27335.7137.556.08
HexB9658702D1B1B1502638
Octal27114520705533335204670
Binary1011100111001011000011101011011101111011101010000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96587; }

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

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

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

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

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

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

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

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