Html Css Color HEX #BE2869 Rouge

📋 copy color: '#BE2869'

red 190 ◦ green 40 ◦ blue 105

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

Shades of Rouge #BE2869

Tints of Rouge #BE2869

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.94%

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

R = 56.72%
G = 11.94%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE2869 (or 0xBE2869) is known color: Rouge. HEX triplet: BE, 28 and 69. RGB value is (190,40,105). Sum of RGB (Red+Green+Blue) = 190+40+105=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2869 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2869 is #41D796. Grayscale: #5C5C5C. Windows color (decimal): -4315031 or 6891710. OLE color: 6891710.

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

Color convert

RGB 190 40 105 -
CMYK 0 0.79 0.45 0.25
HSL 334º 0.65% 0.45% -
HSV(B) 334º 0.79% 0.75% -
XYZ 24.54 13.48 14.67 -
YUV 92.26 135.2 197.71 -
System Red Green Blue C M Y K H S L
Decimal 190 40 105 0 0.79 0.45 0.25 334 0.65 0.45
Hex BE 28 69 0 4F 2D 19 14E 41 2D
Octal 276 50 151 0 117 55 31 516 101 55
Binary 10111110 101000 1101001 0 1001111 101101 11001 101001110 1000001 101101

Color Harmonies of #BE2869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2869

Black with #BE2869

Text Example


Text Example

White with #BE2869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2869; }

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

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

background-color css

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

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

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

border-color css

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

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

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