#BE2C65

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

Shades of Rouge #BE2C65

Tints of Rouge #BE2C65

Color information

#BE2C65 (or 0xBE2C65) is unknown color: approx Rouge. HEX triplet: BE, 2C and 65. RGB value is (190,44,101). Sum of RGB (Red+Green+Blue) = 190+44+101=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2C65 is #41D39A. Grayscale: #5E5E5E. Windows color (decimal): -4314011 or 6630590. OLE color: 6630590.

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

Color convert

RGB19044101-
CMYK00.770.470.25
HSL336.58º62.39%45.88%-
HSV(B)336.58º76.84%74.51%-
XYZ24.4813.6913.66-
YUV94.15131.87196.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.72%
GREEN value IS 44 (17.58% from 255) = 13.13%
BLUE value IS 101 (39.84% from 255) = 30.15%
R=56.72%
G=13.13%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904410100.770.470.25336.5862.3945.88
HexBE2C6504D2F191513e2e
Octal27654145011557315217656
Binary1011111010110011001010100110110111111001101010001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2C65; }

 p { color: rgb(190,44,101); }

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

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

 a { background-color: rgb(190,44,101); }

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

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

 span { border-color: rgb(190,44,101); }

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