#BE2A69

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

Shades of Rouge #BE2A69

Tints of Rouge #BE2A69

Color information

#BE2A69 (or 0xBE2A69) is unknown color: approx Rouge. HEX triplet: BE, 2A and 69. RGB value is (190,42,105). Sum of RGB (Red+Green+Blue) = 190+42+105=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A69 is #41D596. Grayscale: #5D5D5D. Windows color (decimal): -4314519 or 6892222. OLE color: 6892222.

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

Color convert

RGB19042105-
CMYK00.780.450.25
HSL334.46º63.79%45.49%-
HSV(B)334.46º77.89%74.51%-
XYZ24.6113.6214.7-
YUV93.43134.53196.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 42 (16.80% from 255) = 12.46%
BLUE value IS 105 (41.41% from 255) = 31.16%
R=56.38%
G=12.46%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904210500.780.450.25334.4663.7945.49
HexBE2A6904E2D1914e402d
Octal276521510116553151610055
Binary10111110101010110100101001110101101110011010011101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A69; }

 p { color: rgb(190,42,105); }

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

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

 a { background-color: rgb(190,42,105); }

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

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

 span { border-color: rgb(190,42,105); }

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