Html Css Color HEX #BE2E69 Rouge

📋 copy color: '#BE2E69'

red 190 ◦ green 46 ◦ blue 105

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

Shades of Rouge #BE2E69

Tints of Rouge #BE2E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.79%

R = 55.72%
G = 13.49%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE2E69 (or 0xBE2E69) is known color: Rouge. HEX triplet: BE, 2E and 69. RGB value is (190,46,105). Sum of RGB (Red+Green+Blue) = 190+46+105=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2E69 is #41D196. Grayscale: #5F5F5F. Windows color (decimal): -4313495 or 6893246. OLE color: 6893246.

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

Color convert

RGB 190 46 105 -
CMYK 0 0.76 0.45 0.25
HSL 335.42º 0.61% 0.46% -
HSV(B) 335.42º 0.76% 0.75% -
XYZ 24.76 13.92 14.75 -
YUV 95.78 133.21 195.2 -
System Red Green Blue C M Y K H S L
Decimal 190 46 105 0 0.76 0.45 0.25 335.42 0.61 0.46
Hex BE 2E 69 0 4C 2D 19 14F 3D 2E
Octal 276 56 151 0 114 55 31 517 75 56
Binary 10111110 101110 1101001 0 1001100 101101 11001 101001111 111101 101110

Color Harmonies of #BE2E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2E69

Black with #BE2E69

Text Example


Text Example

White with #BE2E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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