#B86390

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

Shades of Hopbush #B86390

Tints of Hopbush #B86390

Color information

#B86390 (or 0xB86390) is unknown color: approx Hopbush. HEX triplet: B8, 63 and 90. RGB value is (184,99,144). Sum of RGB (Red+Green+Blue) = 184+99+144=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 144 (56.64% from 255 or 33.72% from 427); Max value from RGB is 184 - color contains mainly: red. Hex color #B86390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86390 is #479C6F. Grayscale: #818181. Windows color (decimal): -4693104 or 9462712. OLE color: 9462712.

HSL color Cylindrical-coordinate representation of color #B86390: hue angle of 328.24º 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 #B86390 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB18499144-
CMYK00.460.220.28
HSL328.24º37.44%55.49%-
HSV(B)328.24º46.2%72.16%-
XYZ29.2621.1328.92-
YUV129.54136.16166.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.09%
GREEN value IS 99 (39.06% from 255) = 23.19%
BLUE value IS 144 (56.64% from 255) = 33.72%
R=43.09%
G=23.19%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849914400.460.220.28328.2437.4455.49
HexB8639002E161C1482537
Octal27014322005626345104567
Binary1011100011000111001000001011101011011100101001000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86390; }

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

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

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

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

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

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

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

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