#BE2A66

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

Shades of Rouge #BE2A66

Tints of Rouge #BE2A66

Color information

#BE2A66 (or 0xBE2A66) is unknown color: approx Rouge. HEX triplet: BE, 2A and 66. RGB value is (190,42,102). Sum of RGB (Red+Green+Blue) = 190+42+102=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A66 is #41D599. Grayscale: #5D5D5D. Windows color (decimal): -4314522 or 6695614. OLE color: 6695614.

HSL color Cylindrical-coordinate representation of color #BE2A66: hue angle of 335.68º 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 #BE2A66 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB19042102-
CMYK00.780.460.25
HSL335.68º63.79%45.49%-
HSV(B)335.68º77.89%74.51%-
XYZ24.4613.5613.9-
YUV93.09133.03197.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.89%
GREEN value IS 42 (16.80% from 255) = 12.57%
BLUE value IS 102 (40.23% from 255) = 30.54%
R=56.89%
G=12.57%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904210200.780.460.25335.6863.7945.49
HexBE2A6604E2E19150402d
Octal276521460116563152010055
Binary10111110101010110011001001110101110110011010100001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2A66; }

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

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

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

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

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

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

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

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