#B96F7E

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

Shades of Tapestry #B96F7E

Tints of Tapestry #B96F7E

Color information

#B96F7E (or 0xB96F7E) is unknown color: approx Tapestry. HEX triplet: B9, 6F and 7E. RGB value is (185,111,126). Sum of RGB (Red+Green+Blue) = 185+111+126=422 (55% of max value = 765). Red value is 185 (72.66% from 255 or 43.84% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96F7E is #469081. Grayscale: #868686. Windows color (decimal): -4624514 or 8286137. OLE color: 8286137.

HSL color Cylindrical-coordinate representation of color #B96F7E: hue angle of 347.84º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B96F7E is Cyan = 0, Magento = 0.4, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB185111126-
CMYK00.40.320.27
HSL347.84º34.58%58.04%-
HSV(B)347.84º40%72.55%-
XYZ29.4623.1922.66-
YUV134.84123.02163.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 43.84%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 126 (49.61% from 255) = 29.86%
R=43.84%
G=26.30%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511112600.40.320.27347.8434.5858.04
HexB96F7E028201B15c233a
Octal27115717605040335344372
Binary1011100111011111111110010100010000011011101011100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96F7E; }

 p { color: rgb(185,111,126); }

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

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

 a { background-color: rgb(185,111,126); }

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

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

 span { border-color: rgb(185,111,126); }

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