#B96C82

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

Shades of Tapestry #B96C82

Tints of Tapestry #B96C82

Color information

#B96C82 (or 0xB96C82) is unknown color: approx Tapestry. HEX triplet: B9, 6C and 82. RGB value is (185,108,130). Sum of RGB (Red+Green+Blue) = 185+108+130=423 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.74% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 185 - color contains mainly: red. Hex color #B96C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96C82 is #46937D. Grayscale: #858585. Windows color (decimal): -4625278 or 8547513. OLE color: 8547513.

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

Color convert

RGB185108130-
CMYK00.420.300.27
HSL342.86º35.48%57.45%-
HSV(B)342.86º41.62%72.55%-
XYZ29.422.6523.94-
YUV133.53126.01164.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.74%
GREEN value IS 108 (42.58% from 255) = 25.53%
BLUE value IS 130 (51.17% from 255) = 30.73%
R=43.74%
G=25.53%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510813000.420.300.27342.8635.4857.45
HexB96C8202A1E1B1572339
Octal27115420205236335274371
Binary1011100111011001000001001010101111011011101010111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96C82; }

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

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

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

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

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

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

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

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