Html Css Color HEX #BE3A62 Rouge

📋 copy color: '#BE3A62'

red 190 ◦ green 58 ◦ blue 98

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

Shades of Rouge #BE3A62

Tints of Rouge #BE3A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.32%

R = 54.91%
G = 16.76%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE3A62 (or 0xBE3A62) is known color: Rouge. HEX triplet: BE, 3A and 62. RGB value is (190,58,98). Sum of RGB (Red+Green+Blue) = 190+58+98=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A62 is #41C59D. Grayscale: #666666. Windows color (decimal): -4310430 or 6437566. OLE color: 6437566.

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

Color convert

RGB 190 58 98 -
CMYK 0 0.69 0.48 0.25
HSL 341.82º 0.53% 0.49% -
HSV(B) 341.82º 0.69% 0.75% -
XYZ 24.95 14.86 13.11 -
YUV 102.03 125.73 190.75 -
System Red Green Blue C M Y K H S L
Decimal 190 58 98 0 0.69 0.48 0.25 341.82 0.53 0.49
Hex BE 3A 62 0 45 30 19 156 35 31
Octal 276 72 142 0 105 60 31 526 65 61
Binary 10111110 111010 1100010 0 1000101 110000 11001 101010110 110101 110001

Color Harmonies of #BE3A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3A62

Black with #BE3A62

Text Example


Text Example

White with #BE3A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3A62; }

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

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

background-color css

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

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

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

border-color css

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

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

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