#BE2D66

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

Shades of Rouge #BE2D66

Tints of Rouge #BE2D66

Color information

#BE2D66 (or 0xBE2D66) is unknown color: approx Rouge. HEX triplet: BE, 2D and 66. RGB value is (190,45,102). Sum of RGB (Red+Green+Blue) = 190+45+102=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 45 (17.97% from 255 or 13.35% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2D66 is #41D299. Grayscale: #5E5E5E. Windows color (decimal): -4313754 or 6696382. OLE color: 6696382.

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

Color convert

RGB19045102-
CMYK00.760.460.25
HSL336.41º61.7%46.08%-
HSV(B)336.41º76.32%74.51%-
XYZ24.5713.7813.94-
YUV94.85132.04195.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 45 (17.97% from 255) = 13.35%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=56.38%
G=13.35%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904510200.760.460.25336.4161.746.08
HexBE2D6604C2E191503e2e
Octal27655146011456315207656
Binary1011111010110111001100100110010111011001101010000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2D66; }

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

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

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

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

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

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

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

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