#B96D88

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

Shades of Tapestry #B96D88

Tints of Tapestry #B96D88

Color information

#B96D88 (or 0xB96D88) is unknown color: approx Tapestry. HEX triplet: B9, 6D and 88. RGB value is (185,109,136). Sum of RGB (Red+Green+Blue) = 185+109+136=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 109 (42.97% from 255 or 25.35% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96D88 is #469277. Grayscale: #868686. Windows color (decimal): -4625016 or 8940985. OLE color: 8940985.

HSL color Cylindrical-coordinate representation of color #B96D88: hue angle of 338.68º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B96D88 is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB185109136-
CMYK00.410.260.27
HSL338.68º35.19%57.65%-
HSV(B)338.68º41.08%72.55%-
XYZ29.9223.0326.16-
YUV134.8128.68163.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.02%
GREEN value IS 109 (42.97% from 255) = 25.35%
BLUE value IS 136 (53.52% from 255) = 31.63%
R=43.02%
G=25.35%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510913600.410.260.27338.6835.1957.65
HexB96D880291A1B153233a
Octal27115521005132335234372
Binary1011100111011011000100001010011101011011101010011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96D88; }

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

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

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

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

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

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

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

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