#BE7192

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

Shades of Hopbush #BE7192

Tints of Hopbush #BE7192

Color information

#BE7192 (or 0xBE7192) is unknown color: approx Hopbush. HEX triplet: BE, 71 and 92. RGB value is (190,113,146). Sum of RGB (Red+Green+Blue) = 190+113+146=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7192 is #418E6D. Grayscale: #8B8B8B. Windows color (decimal): -4296302 or 9597374. OLE color: 9597374.

HSL color Cylindrical-coordinate representation of color #BE7192: hue angle of 334.29º 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 #BE7192 is Cyan = 0, Magento = 0.41, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB190113146-
CMYK00.410.230.25
HSL334.29º37.2%59.41%-
HSV(B)334.29º40.53%74.51%-
XYZ32.3324.8330.28-
YUV139.78131.51163.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=42.32%
G=25.17%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011314600.410.230.25334.2937.259.41
HexBE7192029171914e253b
Octal27616122205127315164573
Binary1011111011100011001001001010011011111001101001110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7192; }

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

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

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

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

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

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

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

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