Html Css Color HEX #BE3764 Rouge

📋 copy color: '#BE3764'

red 190 ◦ green 55 ◦ blue 100

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

Shades of Rouge #BE3764

Tints of Rouge #BE3764

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.94%

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

R = 55.07%
G = 15.94%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE3764 (or 0xBE3764) is known color: Rouge. HEX triplet: BE, 37 and 64. RGB value is (190,55,100). Sum of RGB (Red+Green+Blue) = 190+55+100=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3764 is #41C89B. Grayscale: #646464. Windows color (decimal): -4311196 or 6567870. OLE color: 6567870.

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

Color convert

RGB 190 55 100 -
CMYK 0 0.71 0.47 0.25
HSL 340º 0.55% 0.48% -
HSV(B) 340º 0.71% 0.75% -
XYZ 24.9 14.6 13.56 -
YUV 100.5 127.73 191.84 -
System Red Green Blue C M Y K H S L
Decimal 190 55 100 0 0.71 0.47 0.25 340 0.55 0.48
Hex BE 37 64 0 47 2F 19 154 37 30
Octal 276 67 144 0 107 57 31 524 67 60
Binary 10111110 110111 1100100 0 1000111 101111 11001 101010100 110111 110000

Color Harmonies of #BE3764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3764

Black with #BE3764

Text Example


Text Example

White with #BE3764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3764; }

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

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

background-color css

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

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

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

border-color css

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

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

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