#B96E7C

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

Shades of Tapestry #B96E7C

Tints of Tapestry #B96E7C

Color information

#B96E7C (or 0xB96E7C) is unknown color: approx Tapestry. HEX triplet: B9, 6E and 7C. RGB value is (185,110,124). Sum of RGB (Red+Green+Blue) = 185+110+124=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 124 (48.83% from 255 or 29.59% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B96E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96E7C is #469183. Grayscale: #868686. Windows color (decimal): -4624772 or 8154809. OLE color: 8154809.

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

Color convert

RGB185110124-
CMYK00.410.330.27
HSL348.8º34.88%57.84%-
HSV(B)348.8º40.54%72.55%-
XYZ29.2222.9221.95-
YUV134.02122.35164.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 110 (43.36% from 255) = 26.25%
BLUE value IS 124 (48.83% from 255) = 29.59%
R=44.15%
G=26.25%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511012400.410.330.27348.834.8857.84
HexB96E7C029211B15d233a
Octal27115617405141335354372
Binary1011100111011101111100010100110000111011101011101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96E7C; }

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

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

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

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

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

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

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

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