#B86991

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

Shades of Hopbush #B86991

Tints of Hopbush #B86991

Color information

#B86991 (or 0xB86991) is unknown color: approx Hopbush. HEX triplet: B8, 69 and 91. RGB value is (184,105,145). Sum of RGB (Red+Green+Blue) = 184+105+145=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 105 (41.41% from 255 or 24.19% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B86991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86991 is #47966E. Grayscale: #858585. Windows color (decimal): -4691567 or 9529784. OLE color: 9529784.

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

Color convert

RGB184105145-
CMYK00.430.210.28
HSL329.62º35.75%56.67%-
HSV(B)329.62º42.93%72.16%-
XYZ29.9322.3429.52-
YUV133.18134.67164.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.40%
GREEN value IS 105 (41.41% from 255) = 24.19%
BLUE value IS 145 (57.03% from 255) = 33.41%
R=42.40%
G=24.19%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.21
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410514500.430.210.28329.6235.7556.67
HexB8699102B151C14a2439
Octal27015122105325345124471
Binary1011100011010011001000101010111010111100101001010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86991; }

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

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

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

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

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

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

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

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