#B86389

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

Shades of Tapestry #B86389

Tints of Tapestry #B86389

Color information

#B86389 (or 0xB86389) is unknown color: approx Tapestry. HEX triplet: B8, 63 and 89. RGB value is (184,99,137). Sum of RGB (Red+Green+Blue) = 184+99+137=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 99 (39.06% from 255 or 23.57% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 184 - color contains mainly: red. Hex color #B86389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86389 is #479C76. Grayscale: #808080. Windows color (decimal): -4693111 or 9003960. OLE color: 9003960.

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

Color convert

RGB18499137-
CMYK00.460.260.28
HSL333.18º37.44%55.49%-
HSV(B)333.18º46.2%72.16%-
XYZ28.7420.9226.19-
YUV128.75132.66167.41-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 99 (39.06% from 255) = 23.57%
BLUE value IS 137 (53.91% from 255) = 32.62%
R=43.81%
G=23.57%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849913700.460.260.28333.1837.4455.49
HexB8638902E1A1C14d2537
Octal27014321105632345154567
Binary1011100011000111000100101011101101011100101001101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86389; }

 p { color: rgb(184,99,137); }

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

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

 a { background-color: rgb(184,99,137); }

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

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

 span { border-color: rgb(184,99,137); }

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