#B87296

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

Shades of Hopbush #B87296

Tints of Hopbush #B87296

Color information

#B87296 (or 0xB87296) is unknown color: approx Hopbush. HEX triplet: B8, 72 and 96. RGB value is (184,114,150). Sum of RGB (Red+Green+Blue) = 184+114+150=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 150 (58.98% from 255 or 33.48% from 448); Max value from RGB is 184 - color contains mainly: red. Hex color #B87296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87296 is #478D69. Grayscale: #8A8A8A. Windows color (decimal): -4689258 or 9859768. OLE color: 9859768.

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

Color convert

RGB184114150-
CMYK00.380.180.28
HSL329.14º33.02%58.43%-
HSV(B)329.14º38.04%72.16%-
XYZ31.2924.4331.92-
YUV139.03134.19160.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.07%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 150 (58.98% from 255) = 33.48%
R=41.07%
G=25.45%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411415000.380.180.28329.1433.0258.43
HexB87296026121C149213a
Octal27016222604622345114172
Binary1011100011100101001011001001101001011100101001001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87296; }

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

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

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

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

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

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

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

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