#B87496

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

Shades of Hopbush #B87496

Tints of Hopbush #B87496

Color information

#B87496 (or 0xB87496) is unknown color: approx Hopbush. HEX triplet: B8, 74 and 96. RGB value is (184,116,150). Sum of RGB (Red+Green+Blue) = 184+116+150=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 184 - color contains mainly: red. Hex color #B87496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87496 is #478B69. Grayscale: #8C8C8C. Windows color (decimal): -4688746 or 9860280. OLE color: 9860280.

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

Color convert

RGB184116150-
CMYK00.370.180.28
HSL330º32.38%58.82%-
HSV(B)330º36.96%72.16%-
XYZ31.5224.8832-
YUV140.21133.53159.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.89%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 150 (58.98% from 255) = 33.33%
R=40.89%
G=25.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411615000.370.180.2833032.3858.82
HexB87496025121C14a203b
Octal27016422604522345124073
Binary1011100011101001001011001001011001011100101001010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87496; }

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

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

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

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

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

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

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

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