#BE2E68

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

Shades of Rouge #BE2E68

Tints of Rouge #BE2E68

Color information

#BE2E68 (or 0xBE2E68) is unknown color: approx Rouge. HEX triplet: BE, 2E and 68. RGB value is (190,46,104). Sum of RGB (Red+Green+Blue) = 190+46+104=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 46 (18.36% from 255 or 13.53% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2E68 is #41D197. Grayscale: #5F5F5F. Windows color (decimal): -4313496 or 6827710. OLE color: 6827710.

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

Color convert

RGB19046104-
CMYK00.760.450.25
HSL335.83º61.02%46.27%-
HSV(B)335.83º75.79%74.51%-
XYZ24.7113.914.48-
YUV95.67132.71195.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.88%
GREEN value IS 46 (18.36% from 255) = 13.53%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=55.88%
G=13.53%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904610400.760.450.25335.8361.0246.27
HexBE2E6804C2D191503d2e
Octal27656150011455315207556
Binary1011111010111011010000100110010110111001101010000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2E68; }

 p { color: rgb(190,46,104); }

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

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

 a { background-color: rgb(190,46,104); }

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

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

 span { border-color: rgb(190,46,104); }

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