#B87096

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

Shades of Hopbush #B87096

Tints of Hopbush #B87096

Color information

#B87096 (or 0xB87096) is unknown color: approx Hopbush. HEX triplet: B8, 70 and 96. RGB value is (184,112,150). Sum of RGB (Red+Green+Blue) = 184+112+150=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 184 - color contains mainly: red. Hex color #B87096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87096 is #478F69. Grayscale: #898989. Windows color (decimal): -4689770 or 9859256. OLE color: 9859256.

HSL color Cylindrical-coordinate representation of color #B87096: hue angle of 328.33º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B87096 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB184112150-
CMYK00.390.180.28
HSL328.33º33.64%58.04%-
HSV(B)328.33º39.13%72.16%-
XYZ31.0723.9831.85-
YUV137.86134.85160.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.26%
GREEN value IS 112 (44.14% from 255) = 25.11%
BLUE value IS 150 (58.98% from 255) = 33.63%
R=41.26%
G=25.11%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411215000.390.180.28328.3333.6458.04
HexB87096027121C148223a
Octal27016022604722345104272
Binary1011100011100001001011001001111001011100101001000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87096; }

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

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

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

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

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

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

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

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