#B96687

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

Shades of Tapestry #B96687

Tints of Tapestry #B96687

Color information

#B96687 (or 0xB96687) is unknown color: approx Tapestry. HEX triplet: B9, 66 and 87. RGB value is (185,102,135). Sum of RGB (Red+Green+Blue) = 185+102+135=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B96687 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96687 is #469978. Grayscale: #828282. Windows color (decimal): -4626809 or 8873657. OLE color: 8873657.

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

Color convert

RGB185102135-
CMYK00.450.270.27
HSL336.14º37.22%56.27%-
HSV(B)336.14º44.86%72.55%-
XYZ29.1321.5725.55-
YUV130.58130.5166.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 102 (40.23% from 255) = 24.17%
BLUE value IS 135 (53.12% from 255) = 31.99%
R=43.84%
G=24.17%
B=31.99%

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
Decimal18510213500.450.270.27336.1437.2256.27
HexB9668702D1B1B1502538
Octal27114620705533335204570
Binary1011100111001101000011101011011101111011101010000100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96687; }

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

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

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

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

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

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

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

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