#B86492

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

Shades of Hopbush #B86492

Tints of Hopbush #B86492

Color information

#B86492 (or 0xB86492) is unknown color: approx Hopbush. HEX triplet: B8, 64 and 92. RGB value is (184,100,146). Sum of RGB (Red+Green+Blue) = 184+100+146=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 184 - color contains mainly: red. Hex color #B86492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86492 is #479B6D. Grayscale: #828282. Windows color (decimal): -4692846 or 9594040. OLE color: 9594040.

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

Color convert

RGB184100146-
CMYK00.460.210.28
HSL327.14º37.17%55.69%-
HSV(B)327.14º45.65%72.16%-
XYZ29.5121.3829.77-
YUV130.36136.83166.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.79%
GREEN value IS 100 (39.45% from 255) = 23.26%
BLUE value IS 146 (57.42% from 255) = 33.95%
R=42.79%
G=23.26%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410014600.460.210.28327.1437.1755.69
HexB8649202E151C1472538
Octal27014422205625345074570
Binary1011100011001001001001001011101010111100101000111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86492; }

 p { color: rgb(184,100,146); }

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

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

 a { background-color: rgb(184,100,146); }

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

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

 span { border-color: rgb(184,100,146); }

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