#B96688

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

Shades of Tapestry #B96688

Tints of Tapestry #B96688

Color information

#B96688 (or 0xB96688) is unknown color: approx Tapestry. HEX triplet: B9, 66 and 88. RGB value is (185,102,136). Sum of RGB (Red+Green+Blue) = 185+102+136=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B96688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96688 is #469977. Grayscale: #828282. Windows color (decimal): -4626808 or 8939193. OLE color: 8939193.

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

Color convert

RGB185102136-
CMYK00.450.260.27
HSL335.42º37.22%56.27%-
HSV(B)335.42º44.86%72.55%-
XYZ29.221.5925.92-
YUV130.69131166.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 136 (53.52% from 255) = 32.15%
R=43.74%
G=24.11%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510213600.450.260.27335.4237.2256.27
HexB9668802D1A1B14f2538
Octal27114621005532335174570
Binary1011100111001101000100001011011101011011101001111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96688; }

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

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

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

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

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

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

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

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