Html Css Color HEX #BE2969 Rouge

📋 copy color: '#BE2969'

red 190 ◦ green 41 ◦ blue 105

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

Shades of Rouge #BE2969

Tints of Rouge #BE2969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.2%

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

R = 56.55%
G = 12.2%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE2969 (or 0xBE2969) is known color: Rouge. HEX triplet: BE, 29 and 69. RGB value is (190,41,105). Sum of RGB (Red+Green+Blue) = 190+41+105=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2969 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2969 is #41D696. Grayscale: #5C5C5C. Windows color (decimal): -4314775 or 6891966. OLE color: 6891966.

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

Color convert

RGB 190 41 105 -
CMYK 0 0.78 0.45 0.25
HSL 334.23º 0.65% 0.45% -
HSV(B) 334.23º 0.78% 0.75% -
XYZ 24.58 13.55 14.69 -
YUV 92.85 134.86 197.3 -
System Red Green Blue C M Y K H S L
Decimal 190 41 105 0 0.78 0.45 0.25 334.23 0.65 0.45
Hex BE 29 69 0 4E 2D 19 14E 41 2D
Octal 276 51 151 0 116 55 31 516 101 55
Binary 10111110 101001 1101001 0 1001110 101101 11001 101001110 1000001 101101

Color Harmonies of #BE2969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2969

Black with #BE2969

Text Example


Text Example

White with #BE2969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2969; }

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

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

background-color css

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

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

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

border-color css

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

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

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