Html Css Color HEX #BE3464 Rouge

📋 copy color: '#BE3464'

red 190 ◦ green 52 ◦ blue 100

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

Shades of Rouge #BE3464

Tints of Rouge #BE3464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.2%

 BLUE value IS 100 (39.45% from 255) = 29.24%

R = 55.56%
G = 15.2%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE3464 (or 0xBE3464) is known color: Rouge. HEX triplet: BE, 34 and 64. RGB value is (190,52,100). Sum of RGB (Red+Green+Blue) = 190+52+100=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3464 is #41CB9B. Grayscale: #626262. Windows color (decimal): -4311964 or 6567102. OLE color: 6567102.

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

Color convert

RGB 190 52 100 -
CMYK 0 0.73 0.47 0.25
HSL 339.13º 0.57% 0.47% -
HSV(B) 339.13º 0.73% 0.75% -
XYZ 24.76 14.32 13.52 -
YUV 98.73 128.72 193.1 -
System Red Green Blue C M Y K H S L
Decimal 190 52 100 0 0.73 0.47 0.25 339.13 0.57 0.47
Hex BE 34 64 0 49 2F 19 153 39 2F
Octal 276 64 144 0 111 57 31 523 71 57
Binary 10111110 110100 1100100 0 1001001 101111 11001 101010011 111001 101111

Color Harmonies of #BE3464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3464

Black with #BE3464

Text Example


Text Example

White with #BE3464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3464; }

 p { color: rgb(190,52,100); }

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

background-color css

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

 a { background-color: rgb(190,52,100); }

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

border-color css

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

 span { border-color: rgb(190,52,100); }

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