#B96C7A

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

Shades of Tapestry #B96C7A

Tints of Tapestry #B96C7A

Color information

#B96C7A (or 0xB96C7A) is unknown color: approx Tapestry. HEX triplet: B9, 6C and 7A. RGB value is (185,108,122). Sum of RGB (Red+Green+Blue) = 185+108+122=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 108 (42.58% from 255 or 26.02% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96C7A is #469385. Grayscale: #848484. Windows color (decimal): -4625286 or 8023225. OLE color: 8023225.

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

Color convert

RGB185108122-
CMYK00.420.340.27
HSL349.09º35.48%57.45%-
HSV(B)349.09º41.62%72.55%-
XYZ28.8822.4421.22-
YUV132.62122.01165.36-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.58%
GREEN value IS 108 (42.58% from 255) = 26.02%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=44.58%
G=26.02%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510812200.420.340.27349.0935.4857.45
HexB96C7A02A221B15d2339
Octal27115417205242335354371
Binary1011100111011001111010010101010001011011101011101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96C7A; }

 p { color: rgb(185,108,122); }

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

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

 a { background-color: rgb(185,108,122); }

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

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

 span { border-color: rgb(185,108,122); }

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