#b86799

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

Shades of Hopbush #B86799

Tints of Hopbush #B86799

Color information

#B86799 (or 0xB86799) is unknown color: approx Hopbush. HEX triplet: B8, 67 and 99. RGB value is (184,103,153). Sum of RGB (Red+Green+Blue) = 184+103+153=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 153 (60.16% from 255 or 34.77% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B86799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86799 is #479866. Grayscale: #848484. Windows color (decimal): -4692071 or 10053560. OLE color: 10053560.

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

Color convert

RGB184103153-
CMYK00.440.170.28
HSL322.96º36.32%56.27%-
HSV(B)322.96º44.02%72.16%-
XYZ30.3722.1932.82-
YUV132.92139.34164.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 103 (40.62% from 255) = 23.41%
BLUE value IS 153 (60.16% from 255) = 34.77%
R=41.82%
G=23.41%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410315300.440.170.28322.9636.3256.27
HexB8679902C111C1432438
Octal27014723105421345034470
Binary1011100011001111001100101011001000111100101000011100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b86799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b86799; }

 p { color: rgb(184,103,153); }

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

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

 a { background-color: rgb(184,103,153); }

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

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

 span { border-color: rgb(184,103,153); }

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