#B96481

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

Shades of Tapestry #B96481

Tints of Tapestry #B96481

Color information

#B96481 (or 0xB96481) is unknown color: approx Tapestry. HEX triplet: B9, 64 and 81. RGB value is (185,100,129). Sum of RGB (Red+Green+Blue) = 185+100+129=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 185 - color contains mainly: red. Hex color #B96481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B96481 is #469B7E. Grayscale: #808080. Windows color (decimal): -4627327 or 8479929. OLE color: 8479929.

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

Color convert

RGB185100129-
CMYK00.460.300.27
HSL339.53º37.78%55.88%-
HSV(B)339.53º45.95%72.55%-
XYZ28.5321.0123.32-
YUV128.72128.16168.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.69%
GREEN value IS 100 (39.45% from 255) = 24.15%
BLUE value IS 129 (50.78% from 255) = 31.16%
R=44.69%
G=24.15%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510012900.460.300.27339.5337.7855.88
HexB9648102E1E1B1542638
Octal27114420105636335244670
Binary1011100111001001000000101011101111011011101010100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96481; }

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

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

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

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

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

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

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

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