#b96f88

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

Shades of Tapestry #B96F88

Tints of Tapestry #B96F88

Color information

#B96F88 (or 0xB96F88) is unknown color: approx Tapestry. HEX triplet: B9, 6F and 88. RGB value is (185,111,136). Sum of RGB (Red+Green+Blue) = 185+111+136=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96F88 is #469077. Grayscale: #878787. Windows color (decimal): -4624504 or 8941497. OLE color: 8941497.

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

Color convert

RGB185111136-
CMYK00.40.260.27
HSL339.73º34.58%58.04%-
HSV(B)339.73º40%72.55%-
XYZ30.1423.4626.23-
YUV135.98128.02162.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.82%
GREEN value IS 111 (43.75% from 255) = 25.69%
BLUE value IS 136 (53.52% from 255) = 31.48%
R=42.82%
G=25.69%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511113600.40.260.27339.7334.5858.04
HexB96F880281A1B154233a
Octal27115721005032335244372
Binary1011100111011111000100001010001101011011101010100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b96f88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b96f88; }

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

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

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

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

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

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

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

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