#B86994

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

Shades of Hopbush #B86994

Tints of Hopbush #B86994

Color information

#B86994 (or 0xB86994) is unknown color: approx Hopbush. HEX triplet: B8, 69 and 94. RGB value is (184,105,148). Sum of RGB (Red+Green+Blue) = 184+105+148=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 184 - color contains mainly: red. Hex color #B86994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86994 is #47966B. Grayscale: #858585. Windows color (decimal): -4691564 or 9726392. OLE color: 9726392.

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

Color convert

RGB184105148-
CMYK00.430.200.28
HSL327.34º35.75%56.67%-
HSV(B)327.34º42.93%72.16%-
XYZ30.1622.4330.76-
YUV133.52136.17164-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.11%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 148 (58.20% from 255) = 33.87%
R=42.11%
G=24.03%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410514800.430.200.28327.3435.7556.67
HexB8699402B141C1472439
Octal27015122405324345074471
Binary1011100011010011001010001010111010011100101000111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86994; }

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

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

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

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

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

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

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

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