Html Css Color HEX #BE3465 Rouge

📋 copy color: '#BE3465'

red 190 ◦ green 52 ◦ blue 101

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

Shades of Rouge #BE3465

Tints of Rouge #BE3465

RGB

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

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

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

R = 55.39%
G = 15.16%
B = 29.45%

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

#BE3465 (or 0xBE3465) is known color: Rouge. HEX triplet: BE, 34 and 65. RGB value is (190,52,101). Sum of RGB (Red+Green+Blue) = 190+52+101=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3465 is #41CB9A. Grayscale: #626262. Windows color (decimal): -4311963 or 6632638. OLE color: 6632638.

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

Color convert

RGB 190 52 101 -
CMYK 0 0.73 0.47 0.25
HSL 338.7º 0.57% 0.47% -
HSV(B) 338.7º 0.73% 0.75% -
XYZ 24.81 14.34 13.77 -
YUV 98.85 129.22 193.02 -
System Red Green Blue C M Y K H S L
Decimal 190 52 101 0 0.73 0.47 0.25 338.7 0.57 0.47
Hex BE 34 65 0 49 2F 19 153 39 2F
Octal 276 64 145 0 111 57 31 523 71 57
Binary 10111110 110100 1100101 0 1001001 101111 11001 101010011 111001 101111

Color Harmonies of #BE3465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3465

Black with #BE3465

Text Example


Text Example

White with #BE3465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3465; }

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

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

background-color css

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

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

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

border-color css

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

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

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