#B96F89

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

Shades of Tapestry #B96F89

Tints of Tapestry #B96F89

Color information

#B96F89 (or 0xB96F89) is unknown color: approx Tapestry. HEX triplet: B9, 6F and 89. RGB value is (185,111,137). Sum of RGB (Red+Green+Blue) = 185+111+137=433 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.73% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96F89 is #469076. Grayscale: #888888. Windows color (decimal): -4624503 or 9007033. OLE color: 9007033.

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

Color convert

RGB185111137-
CMYK00.40.260.27
HSL338.92º34.58%58.04%-
HSV(B)338.92º40%72.55%-
XYZ30.2123.4926.61-
YUV136.09128.52162.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.73%
GREEN value IS 111 (43.75% from 255) = 25.64%
BLUE value IS 137 (53.91% from 255) = 31.64%
R=42.73%
G=25.64%
B=31.64%

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
Decimal18511113700.40.260.27338.9234.5858.04
HexB96F890281A1B153233a
Octal27115721105032335234372
Binary1011100111011111000100101010001101011011101010011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96F89; }

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

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

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

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

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

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

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

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