Html Css Color HEX #BE2E64 Rouge

📋 copy color: '#BE2E64'

red 190 ◦ green 46 ◦ blue 100

#BE2E64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #BE2E64

Tints of Rouge #BE2E64

RGB

 RED value IS 190 (74.61% from 255) = 56.55%

 GREEN value IS 46 (18.36% from 255) = 13.69%

 BLUE value IS 100 (39.45% from 255) = 29.76%

R = 56.55%
G = 13.69%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE2E64 (or 0xBE2E64) is known color: Rouge. HEX triplet: BE, 2E and 64. RGB value is (190,46,100). Sum of RGB (Red+Green+Blue) = 190+46+100=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2E64 is #41D19B. Grayscale: #5F5F5F. Windows color (decimal): -4313500 or 6565566. OLE color: 6565566.

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

Color convert

RGB 190 46 100 -
CMYK 0 0.76 0.47 0.25
HSL 337.5º 0.61% 0.46% -
HSV(B) 337.5º 0.76% 0.75% -
XYZ 24.51 13.82 13.43 -
YUV 95.21 130.71 195.61 -
System Red Green Blue C M Y K H S L
Decimal 190 46 100 0 0.76 0.47 0.25 337.5 0.61 0.46
Hex BE 2E 64 0 4C 2F 19 152 3D 2E
Octal 276 56 144 0 114 57 31 522 75 56
Binary 10111110 101110 1100100 0 1001100 101111 11001 101010010 111101 101110

Color Harmonies of #BE2E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2E64

Black with #BE2E64

Text Example


Text Example

White with #BE2E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2E64; }

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

 H1.HeaderClassName
 {
   color: #BE2E64;
 }
 .AnyTagClassName
 {
   color: #BE2E64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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