#BE7091

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

Shades of Hopbush #BE7091

Tints of Hopbush #BE7091

Color information

#BE7091 (or 0xBE7091) is unknown color: approx Hopbush. HEX triplet: BE, 70 and 91. RGB value is (190,112,145). Sum of RGB (Red+Green+Blue) = 190+112+145=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 145 (57.03% from 255 or 32.44% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7091 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7091 is #418F6E. Grayscale: #8B8B8B. Windows color (decimal): -4296559 or 9531582. OLE color: 9531582.

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

Color convert

RGB190112145-
CMYK00.410.240.25
HSL334.62º37.5%59.22%-
HSV(B)334.62º41.05%74.51%-
XYZ32.1424.5829.84-
YUV139.08131.34164.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 145 (57.03% from 255) = 32.44%
R=42.51%
G=25.06%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011214500.410.240.25334.6237.559.22
HexBE7091029181914f263b
Octal27616022105130315174673
Binary1011111011100001001000101010011100011001101001111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7091; }

 p { color: rgb(190,112,145); }

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

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

 a { background-color: rgb(190,112,145); }

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

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

 span { border-color: rgb(190,112,145); }

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