#B96E78

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

Shades of Tapestry #B96E78

Tints of Tapestry #B96E78

Color information

#B96E78 (or 0xB96E78) is unknown color: approx Tapestry. HEX triplet: B9, 6E and 78. RGB value is (185,110,120). Sum of RGB (Red+Green+Blue) = 185+110+120=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E78 is #469187. Grayscale: #858585. Windows color (decimal): -4624776 or 7892665. OLE color: 7892665.

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

Color convert

RGB185110120-
CMYK00.410.350.27
HSL352º34.88%57.84%-
HSV(B)352º40.54%72.55%-
XYZ28.9722.8220.65-
YUV133.56120.35164.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 120 (47.27% from 255) = 28.92%
R=44.58%
G=26.51%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511012000.410.350.2735234.8857.84
HexB96E78029231B160233a
Octal27115617005143335404372
Binary1011100111011101111000010100110001111011101100000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96E78; }

 p { color: rgb(185,110,120); }

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

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

 a { background-color: rgb(185,110,120); }

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

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

 span { border-color: rgb(185,110,120); }

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