#B87495

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

Shades of Hopbush #B87495

Tints of Hopbush #B87495

Color information

#B87495 (or 0xB87495) is unknown color: approx Hopbush. HEX triplet: B8, 74 and 95. RGB value is (184,116,149). Sum of RGB (Red+Green+Blue) = 184+116+149=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B87495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87495 is #478B6A. Grayscale: #8C8C8C. Windows color (decimal): -4688747 or 9794744. OLE color: 9794744.

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

Color convert

RGB184116149-
CMYK00.370.190.28
HSL330.88º32.38%58.82%-
HSV(B)330.88º36.96%72.16%-
XYZ31.4424.8531.57-
YUV140.09133.03159.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.98%
GREEN value IS 116 (45.70% from 255) = 25.84%
BLUE value IS 149 (58.59% from 255) = 33.18%
R=40.98%
G=25.84%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411614900.370.190.28330.8832.3858.82
HexB87495025131C14b203b
Octal27016422504523345134073
Binary1011100011101001001010101001011001111100101001011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87495; }

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

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

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

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

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

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

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

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