Html Css Color HEX #BE3A64 Rouge

📋 copy color: '#BE3A64'

red 190 ◦ green 58 ◦ blue 100

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

Shades of Rouge #BE3A64

Tints of Rouge #BE3A64

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.67%

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

R = 54.6%
G = 16.67%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#BE3A64 (or 0xBE3A64) is known color: Rouge. HEX triplet: BE, 3A and 64. RGB value is (190,58,100). Sum of RGB (Red+Green+Blue) = 190+58+100=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 100 (39.45% from 255 or 28.74% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A64 is #41C59B. Grayscale: #666666. Windows color (decimal): -4310428 or 6568638. OLE color: 6568638.

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

Color convert

RGB 190 58 100 -
CMYK 0 0.69 0.47 0.25
HSL 340.91º 0.53% 0.49% -
HSV(B) 340.91º 0.69% 0.75% -
XYZ 25.05 14.89 13.61 -
YUV 102.26 126.73 190.58 -
System Red Green Blue C M Y K H S L
Decimal 190 58 100 0 0.69 0.47 0.25 340.91 0.53 0.49
Hex BE 3A 64 0 45 2F 19 155 35 31
Octal 276 72 144 0 105 57 31 525 65 61
Binary 10111110 111010 1100100 0 1000101 101111 11001 101010101 110101 110001

Color Harmonies of #BE3A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A64

Black with #BE3A64

Text Example


Text Example

White with #BE3A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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