#B96E79

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

Shades of Tapestry #B96E79

Tints of Tapestry #B96E79

Color information

#B96E79 (or 0xB96E79) is unknown color: approx Tapestry. HEX triplet: B9, 6E and 79. RGB value is (185,110,121). Sum of RGB (Red+Green+Blue) = 185+110+121=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E79 is #469186. Grayscale: #858585. Windows color (decimal): -4624775 or 7958201. OLE color: 7958201.

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

Color convert

RGB185110121-
CMYK00.410.350.27
HSL351.2º34.88%57.84%-
HSV(B)351.2º40.54%72.55%-
XYZ29.0322.8520.97-
YUV133.68120.85164.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 110 (43.36% from 255) = 26.44%
BLUE value IS 121 (47.66% from 255) = 29.09%
R=44.47%
G=26.44%
B=29.09%

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
Decimal18511012100.410.350.27351.234.8857.84
HexB96E79029231B15f233a
Octal27115617105143335374372
Binary1011100111011101111001010100110001111011101011111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96E79; }

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

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

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

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

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

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

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

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