#BE7090

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

Shades of Hopbush #BE7090

Tints of Hopbush #BE7090

Color information

#BE7090 (or 0xBE7090) is unknown color: approx Hopbush. HEX triplet: BE, 70 and 90. RGB value is (190,112,144). Sum of RGB (Red+Green+Blue) = 190+112+144=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7090 is #418F6F. Grayscale: #8A8A8A. Windows color (decimal): -4296560 or 9466046. OLE color: 9466046.

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

Color convert

RGB190112144-
CMYK00.410.240.25
HSL335.38º37.5%59.22%-
HSV(B)335.38º41.05%74.51%-
XYZ32.0624.5529.43-
YUV138.97130.84164.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 112 (44.14% from 255) = 25.11%
BLUE value IS 144 (56.64% from 255) = 32.29%
R=42.60%
G=25.11%
B=32.29%

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
Decimal19011214400.410.240.25335.3837.559.22
HexBE7090029181914f263b
Octal27616022005130315174673
Binary1011111011100001001000001010011100011001101001111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7090; }

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

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

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

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

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

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

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

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