#B96B8E

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

Shades of Tapestry #B96B8E

Tints of Tapestry #B96B8E

Color information

#B96B8E (or 0xB96B8E) is unknown color: approx Tapestry. HEX triplet: B9, 6B and 8E. RGB value is (185,107,142). Sum of RGB (Red+Green+Blue) = 185+107+142=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B96B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96B8E is #469471. Grayscale: #868686. Windows color (decimal): -4625522 or 9333689. OLE color: 9333689.

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

Color convert

RGB185107142-
CMYK00.420.230.27
HSL333.08º35.78%57.25%-
HSV(B)333.08º42.16%72.55%-
XYZ30.1522.7828.4-
YUV134.31132.34164.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 107 (42.19% from 255) = 24.65%
BLUE value IS 142 (55.86% from 255) = 32.72%
R=42.63%
G=24.65%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510714200.420.230.27333.0835.7857.25
HexB96B8E02A171B14d2439
Octal27115321605227335154471
Binary1011100111010111000111001010101011111011101001101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96B8E; }

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

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

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

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

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

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

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

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