#B96D7C

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

Shades of Tapestry #B96D7C

Tints of Tapestry #B96D7C

Color information

#B96D7C (or 0xB96D7C) is unknown color: approx Tapestry. HEX triplet: B9, 6D and 7C. RGB value is (185,109,124). Sum of RGB (Red+Green+Blue) = 185+109+124=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B96D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96D7C is #469283. Grayscale: #858585. Windows color (decimal): -4625028 or 8154553. OLE color: 8154553.

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

Color convert

RGB185109124-
CMYK00.410.330.27
HSL348.16º35.19%57.65%-
HSV(B)348.16º41.08%72.55%-
XYZ29.1122.7121.92-
YUV133.43122.68164.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 109 (42.97% from 255) = 26.08%
BLUE value IS 124 (48.83% from 255) = 29.67%
R=44.26%
G=26.08%
B=29.67%

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
Decimal18510912400.410.330.27348.1635.1957.65
HexB96D7C029211B15c233a
Octal27115517405141335344372
Binary1011100111011011111100010100110000111011101011100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96D7C; }

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

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

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

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

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

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

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

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