#B86996

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

Shades of Hopbush #B86996

Tints of Hopbush #B86996

Color information

#B86996 (or 0xB86996) is unknown color: approx Hopbush. HEX triplet: B8, 69 and 96. RGB value is (184,105,150). Sum of RGB (Red+Green+Blue) = 184+105+150=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 150 (58.98% from 255 or 34.17% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B86996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86996 is #479669. Grayscale: #858585. Windows color (decimal): -4691562 or 9857464. OLE color: 9857464.

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

Color convert

RGB184105150-
CMYK00.430.180.28
HSL325.82º35.75%56.67%-
HSV(B)325.82º42.93%72.16%-
XYZ30.3222.531.6-
YUV133.75137.17163.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.91%
GREEN value IS 105 (41.41% from 255) = 23.92%
BLUE value IS 150 (58.98% from 255) = 34.17%
R=41.91%
G=23.92%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410515000.430.180.28325.8235.7556.67
HexB8699602B121C1462439
Octal27015122605322345064471
Binary1011100011010011001011001010111001011100101000110100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86996; }

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

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

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

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

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

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

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

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