#B86F81

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

Shades of Tapestry #B86F81

Tints of Tapestry #B86F81

Color information

#B86F81 (or 0xB86F81) is unknown color: approx Tapestry. HEX triplet: B8, 6F and 81. RGB value is (184,111,129). Sum of RGB (Red+Green+Blue) = 184+111+129=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 111 (43.75% from 255 or 26.18% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86F81 is #47907E. Grayscale: #868686. Windows color (decimal): -4690047 or 8482744. OLE color: 8482744.

HSL color Cylindrical-coordinate representation of color #B86F81: hue angle of 345.21º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86F81 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB184111129-
CMYK00.400.300.28
HSL345.21º33.95%57.84%-
HSV(B)345.21º39.67%72.16%-
XYZ29.4123.1423.69-
YUV134.88124.68163.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.40%
GREEN value IS 111 (43.75% from 255) = 26.18%
BLUE value IS 129 (50.78% from 255) = 30.42%
R=43.40%
G=26.18%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411112900.400.300.28345.2133.9557.84
HexB86F810281E1C159223a
Octal27015720105036345314272
Binary1011100011011111000000101010001111011100101011001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86F81; }

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

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

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

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

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

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

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

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