#B96F8D

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

Shades of Tapestry #B96F8D

Tints of Tapestry #B96F8D

Color information

#B96F8D (or 0xB96F8D) is unknown color: approx Tapestry. HEX triplet: B9, 6F and 8D. RGB value is (185,111,141). Sum of RGB (Red+Green+Blue) = 185+111+141=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 141 (55.47% from 255 or 32.27% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96F8D is #469072. Grayscale: #888888. Windows color (decimal): -4624499 or 9269177. OLE color: 9269177.

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

Color convert

RGB185111141-
CMYK00.40.240.27
HSL335.68º34.58%58.04%-
HSV(B)335.68º40%72.55%-
XYZ30.523.6128.15-
YUV136.55130.52162.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.33%
GREEN value IS 111 (43.75% from 255) = 25.40%
BLUE value IS 141 (55.47% from 255) = 32.27%
R=42.33%
G=25.40%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511114100.40.240.27335.6834.5858.04
HexB96F8D028181B150233a
Octal27115721505030335204372
Binary1011100111011111000110101010001100011011101010000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96F8D; }

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

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

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

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

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

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

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

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