#B86983

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

Shades of Tapestry #B86983

Tints of Tapestry #B86983

Color information

#B86983 (or 0xB86983) is unknown color: approx Tapestry. HEX triplet: B8, 69 and 83. RGB value is (184,105,131). Sum of RGB (Red+Green+Blue) = 184+105+131=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B86983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86983 is #47967C. Grayscale: #838383. Windows color (decimal): -4691581 or 8612280. OLE color: 8612280.

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

Color convert

RGB184105131-
CMYK00.430.290.28
HSL340.25º35.75%56.67%-
HSV(B)340.25º42.93%72.16%-
XYZ28.9221.9324.18-
YUV131.58127.67165.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 105 (41.41% from 255) = 25%
BLUE value IS 131 (51.56% from 255) = 31.19%
R=43.81%
G=25%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410513100.430.290.28340.2535.7556.67
HexB8698302B1D1C1542439
Octal27015120305335345244471
Binary1011100011010011000001101010111110111100101010100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86983; }

 p { color: rgb(184,105,131); }

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

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

 a { background-color: rgb(184,105,131); }

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

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

 span { border-color: rgb(184,105,131); }

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