Html Css Color HEX #BE2D65 Rouge

📋 copy color: '#BE2D65'

red 190 ◦ green 45 ◦ blue 101

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

Shades of Rouge #BE2D65

Tints of Rouge #BE2D65

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.39%

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 56.55%
G = 13.39%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE2D65 (or 0xBE2D65) is known color: Rouge. HEX triplet: BE, 2D and 65. RGB value is (190,45,101). Sum of RGB (Red+Green+Blue) = 190+45+101=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2D65 is #41D29A. Grayscale: #5E5E5E. Windows color (decimal): -4313755 or 6630846. OLE color: 6630846.

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

Color convert

RGB 190 45 101 -
CMYK 0 0.76 0.47 0.25
HSL 336.83º 0.62% 0.46% -
HSV(B) 336.83º 0.76% 0.75% -
XYZ 24.52 13.76 13.68 -
YUV 94.74 131.54 195.95 -
System Red Green Blue C M Y K H S L
Decimal 190 45 101 0 0.76 0.47 0.25 336.83 0.62 0.46
Hex BE 2D 65 0 4C 2F 19 151 3E 2E
Octal 276 55 145 0 114 57 31 521 76 56
Binary 10111110 101101 1100101 0 1001100 101111 11001 101010001 111110 101110

Color Harmonies of #BE2D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D65

Black with #BE2D65

Text Example


Text Example

White with #BE2D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D65; }

 p { color: rgb(190,45,101); }

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

background-color css

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

 a { background-color: rgb(190,45,101); }

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

border-color css

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

 span { border-color: rgb(190,45,101); }

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