#B96B7C

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

Shades of Tapestry #B96B7C

Tints of Tapestry #B96B7C

Color information

#B96B7C (or 0xB96B7C) is unknown color: approx Tapestry. HEX triplet: B9, 6B and 7C. RGB value is (185,107,124). Sum of RGB (Red+Green+Blue) = 185+107+124=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96B7C is #469483. Grayscale: #848484. Windows color (decimal): -4625540 or 8154041. OLE color: 8154041.

HSL color Cylindrical-coordinate representation of color #B96B7C: hue angle of 346.92º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B96B7C is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB185107124-
CMYK00.420.330.27
HSL346.92º35.78%57.25%-
HSV(B)346.92º42.16%72.55%-
XYZ28.922.2821.85-
YUV132.26123.34165.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 107 (42.19% from 255) = 25.72%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=44.47%
G=25.72%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510712400.420.330.27346.9235.7857.25
HexB96B7C02A211B15b2439
Octal27115317405241335334471
Binary1011100111010111111100010101010000111011101011011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96B7C; }

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

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

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

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

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

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

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

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