#B96485

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

Shades of Tapestry #B96485

Tints of Tapestry #B96485

Color information

#B96485 (or 0xB96485) is unknown color: approx Tapestry. HEX triplet: B9, 64 and 85. RGB value is (185,100,133). Sum of RGB (Red+Green+Blue) = 185+100+133=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 133 (52.34% from 255 or 31.82% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B96485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96485 is #469B7A. Grayscale: #818181. Windows color (decimal): -4627323 or 8742073. OLE color: 8742073.

HSL color Cylindrical-coordinate representation of color #B96485: hue angle of 336.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96485 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB185100133-
CMYK00.460.280.27
HSL336.71º37.78%55.88%-
HSV(B)336.71º45.95%72.55%-
XYZ28.821.1224.75-
YUV129.18130.16167.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.26%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 133 (52.34% from 255) = 31.82%
R=44.26%
G=23.92%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510013300.460.280.27336.7137.7855.88
HexB9648502E1C1B1512638
Octal27114420505634335214670
Binary1011100111001001000010101011101110011011101010001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96485; }

 p { color: rgb(185,100,133); }

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

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

 a { background-color: rgb(185,100,133); }

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

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

 span { border-color: rgb(185,100,133); }

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