Html Css Color HEX #BE2C66 Rouge

📋 copy color: '#BE2C66'

red 190 ◦ green 44 ◦ blue 102

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

Shades of Rouge #BE2C66

Tints of Rouge #BE2C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.36%

R = 56.55%
G = 13.1%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE2C66 (or 0xBE2C66) is known color: Rouge. HEX triplet: BE, 2C and 66. RGB value is (190,44,102). Sum of RGB (Red+Green+Blue) = 190+44+102=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2C66 is #41D399. Grayscale: #5E5E5E. Windows color (decimal): -4314010 or 6696126. OLE color: 6696126.

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

Color convert

RGB 190 44 102 -
CMYK 0 0.77 0.46 0.25
HSL 336.16º 0.62% 0.46% -
HSV(B) 336.16º 0.77% 0.75% -
XYZ 24.53 13.71 13.92 -
YUV 94.27 132.37 196.28 -
System Red Green Blue C M Y K H S L
Decimal 190 44 102 0 0.77 0.46 0.25 336.16 0.62 0.46
Hex BE 2C 66 0 4D 2E 19 150 3E 2E
Octal 276 54 146 0 115 56 31 520 76 56
Binary 10111110 101100 1100110 0 1001101 101110 11001 101010000 111110 101110

Color Harmonies of #BE2C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C66

Black with #BE2C66

Text Example


Text Example

White with #BE2C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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