Html Css Color HEX #BE2C6A Rouge

📋 copy color: '#BE2C6A'

red 190 ◦ green 44 ◦ blue 106

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

Shades of Rouge #BE2C6A

Tints of Rouge #BE2C6A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.94%

 BLUE value IS 106 (41.8% from 255) = 31.18%

R = 55.88%
G = 12.94%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE2C6A (or 0xBE2C6A) is known color: Rouge. HEX triplet: BE, 2C and 6A. RGB value is (190,44,106). Sum of RGB (Red+Green+Blue) = 190+44+106=340 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.88% from 340); Green value is 44 (17.58% from 255 or 12.94% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2C6A is #41D395. Grayscale: #5E5E5E. Windows color (decimal): -4314006 or 6958270. OLE color: 6958270.

HSL color Cylindrical-coordinate representation of color #BE2C6A: hue angle of 334.52º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BE2C6A is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 44 106 -
CMYK 0 0.77 0.44 0.25
HSL 334.52º 0.62% 0.46% -
HSV(B) 334.52º 0.77% 0.75% -
XYZ 24.74 13.79 14.99 -
YUV 94.72 134.37 195.96 -
System Red Green Blue C M Y K H S L
Decimal 190 44 106 0 0.77 0.44 0.25 334.52 0.62 0.46
Hex BE 2C 6A 0 4D 2C 19 14F 3E 2E
Octal 276 54 152 0 115 54 31 517 76 56
Binary 10111110 101100 1101010 0 1001101 101100 11001 101001111 111110 101110

Color Harmonies of #BE2C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C6A

Black with #BE2C6A

Text Example


Text Example

White with #BE2C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C6A; }

 p { color: rgb(190,44,106); }

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

background-color css

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

 a { background-color: rgb(190,44,106); }

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

border-color css

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

 span { border-color: rgb(190,44,106); }

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