Html Css Color HEX #BE2C69 Rouge

📋 copy color: '#BE2C69'

red 190 ◦ green 44 ◦ blue 105

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

Shades of Rouge #BE2C69

Tints of Rouge #BE2C69

RGB

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

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

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

R = 56.05%
G = 12.98%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE2C69 (or 0xBE2C69) is known color: Rouge. HEX triplet: BE, 2C and 69. RGB value is (190,44,105). Sum of RGB (Red+Green+Blue) = 190+44+105=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2C69 is #41D396. Grayscale: #5E5E5E. Windows color (decimal): -4314007 or 6892734. OLE color: 6892734.

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

Color convert

RGB 190 44 105 -
CMYK 0 0.77 0.45 0.25
HSL 334.93º 0.62% 0.46% -
HSV(B) 334.93º 0.77% 0.75% -
XYZ 24.69 13.77 14.72 -
YUV 94.61 133.87 196.04 -
System Red Green Blue C M Y K H S L
Decimal 190 44 105 0 0.77 0.45 0.25 334.93 0.62 0.46
Hex BE 2C 69 0 4D 2D 19 14F 3E 2E
Octal 276 54 151 0 115 55 31 517 76 56
Binary 10111110 101100 1101001 0 1001101 101101 11001 101001111 111110 101110

Color Harmonies of #BE2C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2C69

Black with #BE2C69

Text Example


Text Example

White with #BE2C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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