#B96F8A

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

Shades of Tapestry #B96F8A

Tints of Tapestry #B96F8A

Color information

#B96F8A (or 0xB96F8A) is unknown color: approx Tapestry. HEX triplet: B9, 6F and 8A. RGB value is (185,111,138). Sum of RGB (Red+Green+Blue) = 185+111+138=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B96F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96F8A is #469075. Grayscale: #888888. Windows color (decimal): -4624502 or 9072569. OLE color: 9072569.

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

Color convert

RGB185111138-
CMYK00.40.250.27
HSL338.11º34.58%58.04%-
HSV(B)338.11º40%72.55%-
XYZ30.2823.5226.99-
YUV136.2129.02162.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.63%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 138 (54.30% from 255) = 31.80%
R=42.63%
G=25.58%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511113800.40.250.27338.1134.5858.04
HexB96F8A028191B152233a
Octal27115721205031335224372
Binary1011100111011111000101001010001100111011101010010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96F8A; }

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

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

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

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

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

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

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

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