#BE6090

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

Shades of Hopbush #BE6090

Tints of Hopbush #BE6090

Color information

#BE6090 (or 0xBE6090) is unknown color: approx Hopbush. HEX triplet: BE, 60 and 90. RGB value is (190,96,144). Sum of RGB (Red+Green+Blue) = 190+96+144=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6090 is #419F6F. Grayscale: #818181. Windows color (decimal): -4300656 or 9461950. OLE color: 9461950.

HSL color Cylindrical-coordinate representation of color #BE6090: hue angle of 329.36º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6090 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB19096144-
CMYK00.490.240.25
HSL329.36º41.96%56.08%-
HSV(B)329.36º49.47%74.51%-
XYZ30.4521.3328.9-
YUV129.58136.14171.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 96 (37.89% from 255) = 22.33%
BLUE value IS 144 (56.64% from 255) = 33.49%
R=44.19%
G=22.33%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909614400.490.240.25329.3641.9656.08
HexBE609003118191492a38
Octal27614022006130315115270
Binary1011111011000001001000001100011100011001101001001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6090; }

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

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

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

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

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

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

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

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