#BE7199

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

Shades of Hopbush #BE7199

Tints of Hopbush #BE7199

Color information

#BE7199 (or 0xBE7199) is unknown color: approx Hopbush. HEX triplet: BE, 71 and 99. RGB value is (190,113,153). Sum of RGB (Red+Green+Blue) = 190+113+153=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7199 is #418E66. Grayscale: #8C8C8C. Windows color (decimal): -4296295 or 10056126. OLE color: 10056126.

HSL color Cylindrical-coordinate representation of color #BE7199: hue angle of 328.83º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE7199 is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB190113153-
CMYK00.410.190.25
HSL328.83º37.2%59.41%-
HSV(B)328.83º40.53%74.51%-
XYZ32.8925.0633.24-
YUV140.58135.01163.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.67%
GREEN value IS 113 (44.53% from 255) = 24.78%
BLUE value IS 153 (60.16% from 255) = 33.55%
R=41.67%
G=24.78%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011315300.410.190.25328.8337.259.41
HexBE71990291319149253b
Octal27616123105123315114573
Binary1011111011100011001100101010011001111001101001001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7199; }

 p { color: rgb(190,113,153); }

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

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

 a { background-color: rgb(190,113,153); }

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

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

 span { border-color: rgb(190,113,153); }

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