#BE7497

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

Shades of Hopbush #BE7497

Tints of Hopbush #BE7497

Color information

#BE7497 (or 0xBE7497) is unknown color: approx Hopbush. HEX triplet: BE, 74 and 97. RGB value is (190,116,151). Sum of RGB (Red+Green+Blue) = 190+116+151=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7497 is #418B68. Grayscale: #8E8E8E. Windows color (decimal): -4295529 or 9925822. OLE color: 9925822.

HSL color Cylindrical-coordinate representation of color #BE7497: hue angle of 331.62º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE7497 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB190116151-
CMYK00.390.210.25
HSL331.62º36.27%60%-
HSV(B)331.62º38.95%74.51%-
XYZ33.0725.6732.49-
YUV142.12133.02162.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 116 (45.70% from 255) = 25.38%
BLUE value IS 151 (59.38% from 255) = 33.04%
R=41.58%
G=25.38%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011615100.390.210.25331.6236.2760
HexBE7497027151914c243c
Octal27616422704725315144474
Binary1011111011101001001011101001111010111001101001100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7497; }

 p { color: rgb(190,116,151); }

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

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

 a { background-color: rgb(190,116,151); }

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

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

 span { border-color: rgb(190,116,151); }

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