#B86481

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

Shades of Tapestry #B86481

Tints of Tapestry #B86481

Color information

#B86481 (or 0xB86481) is unknown color: approx Tapestry. HEX triplet: B8, 64 and 81. RGB value is (184,100,129). Sum of RGB (Red+Green+Blue) = 184+100+129=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B86481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86481 is #479B7E. Grayscale: #808080. Windows color (decimal): -4692863 or 8479928. OLE color: 8479928.

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

Color convert

RGB184100129-
CMYK00.460.300.28
HSL339.29º37.17%55.69%-
HSV(B)339.29º45.65%72.16%-
XYZ28.2920.8923.31-
YUV128.42128.33167.64-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 100 (39.45% from 255) = 24.21%
BLUE value IS 129 (50.78% from 255) = 31.23%
R=44.55%
G=24.21%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410012900.460.300.28339.2937.1755.69
HexB8648102E1E1C1532538
Octal27014420105636345234570
Binary1011100011001001000000101011101111011100101010011100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86481; }

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

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

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

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

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

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

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

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