#BE6790

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

Shades of Hopbush #BE6790

Tints of Hopbush #BE6790

Color information

#BE6790 (or 0xBE6790) is unknown color: approx Hopbush. HEX triplet: BE, 67 and 90. RGB value is (190,103,144). Sum of RGB (Red+Green+Blue) = 190+103+144=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6790 is #41986F. Grayscale: #858585. Windows color (decimal): -4298864 or 9463742. OLE color: 9463742.

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

Color convert

RGB190103144-
CMYK00.460.240.25
HSL331.72º40.09%57.45%-
HSV(B)331.72º45.79%74.51%-
XYZ31.1222.6629.12-
YUV133.69133.82168.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 103 (40.62% from 255) = 23.57%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=43.48%
G=23.57%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010314400.460.240.25331.7240.0957.45
HexBE679002E181914c2839
Octal27614722005630315145071
Binary1011111011001111001000001011101100011001101001100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6790; }

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

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

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

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

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

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

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

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