#B86881

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

Shades of Tapestry #B86881

Tints of Tapestry #B86881

Color information

#B86881 (or 0xB86881) is unknown color: approx Tapestry. HEX triplet: B8, 68 and 81. RGB value is (184,104,129). Sum of RGB (Red+Green+Blue) = 184+104+129=417 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.12% from 417); Green value is 104 (41.02% from 255 or 24.94% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 184 - color contains mainly: red. Hex color #B86881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86881 is #47977E. Grayscale: #828282. Windows color (decimal): -4691839 or 8480952. OLE color: 8480952.

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

Color convert

RGB184104129-
CMYK00.430.300.28
HSL341.25º36.04%56.47%-
HSV(B)341.25º43.48%72.16%-
XYZ28.6821.6823.44-
YUV130.77127165.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.12%
GREEN value IS 104 (41.02% from 255) = 24.94%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=44.12%
G=24.94%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410412900.430.300.28341.2536.0456.47
HexB8688102B1E1C1552438
Octal27015020105336345254470
Binary1011100011010001000000101010111111011100101010101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86881; }

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

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

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

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

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

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

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

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