Html Css Color HEX #BE2A66 Rouge

📋 copy color: '#BE2A66'

red 190 ◦ green 42 ◦ blue 102

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

Shades of Rouge #BE2A66

Tints of Rouge #BE2A66

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.57%

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

R = 56.89%
G = 12.57%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE2A66 (or 0xBE2A66) is known color: Rouge. HEX triplet: BE, 2A and 66. RGB value is (190,42,102). Sum of RGB (Red+Green+Blue) = 190+42+102=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2A66 is #41D599. Grayscale: #5D5D5D. Windows color (decimal): -4314522 or 6695614. OLE color: 6695614.

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

Color convert

RGB 190 42 102 -
CMYK 0 0.78 0.46 0.25
HSL 335.68º 0.64% 0.45% -
HSV(B) 335.68º 0.78% 0.75% -
XYZ 24.46 13.56 13.9 -
YUV 93.09 133.03 197.12 -
System Red Green Blue C M Y K H S L
Decimal 190 42 102 0 0.78 0.46 0.25 335.68 0.64 0.45
Hex BE 2A 66 0 4E 2E 19 150 40 2D
Octal 276 52 146 0 116 56 31 520 100 55
Binary 10111110 101010 1100110 0 1001110 101110 11001 101010000 1000000 101101

Color Harmonies of #BE2A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2A66

Black with #BE2A66

Text Example


Text Example

White with #BE2A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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