#B86993

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

Shades of Hopbush #B86993

Tints of Hopbush #B86993

Color information

#B86993 (or 0xB86993) is unknown color: approx Hopbush. HEX triplet: B8, 69 and 93. RGB value is (184,105,147). Sum of RGB (Red+Green+Blue) = 184+105+147=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 105 (41.41% from 255 or 24.08% from 436); Blue value is 147 (57.81% from 255 or 33.72% from 436); Max value from RGB is 184 - color contains mainly: red. Hex color #B86993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86993 is #47966C. Grayscale: #858585. Windows color (decimal): -4691565 or 9660856. OLE color: 9660856.

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

Color convert

RGB184105147-
CMYK00.430.200.28
HSL328.1º35.75%56.67%-
HSV(B)328.1º42.93%72.16%-
XYZ30.0922.430.34-
YUV133.41135.67164.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 105 (41.41% from 255) = 24.08%
BLUE value IS 147 (57.81% from 255) = 33.72%
R=42.20%
G=24.08%
B=33.72%

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
Decimal18410514700.430.200.28328.135.7556.67
HexB8699302B141C1482439
Octal27015122305324345104471
Binary1011100011010011001001101010111010011100101001000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86993; }

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

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

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

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

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

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

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

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