Html Css Color HEX #BE3362 Rouge

📋 copy color: '#BE3362'

red 190 ◦ green 51 ◦ blue 98

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

Shades of Rouge #BE3362

Tints of Rouge #BE3362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.04%

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

R = 56.05%
G = 15.04%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE3362 (or 0xBE3362) is known color: Rouge. HEX triplet: BE, 33 and 62. RGB value is (190,51,98). Sum of RGB (Red+Green+Blue) = 190+51+98=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3362 is #41CC9D. Grayscale: #616161. Windows color (decimal): -4312222 or 6435774. OLE color: 6435774.

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

Color convert

RGB 190 51 98 -
CMYK 0 0.73 0.48 0.25
HSL 339.71º 0.58% 0.47% -
HSV(B) 339.71º 0.73% 0.75% -
XYZ 24.62 14.2 13 -
YUV 97.92 128.05 193.68 -
System Red Green Blue C M Y K H S L
Decimal 190 51 98 0 0.73 0.48 0.25 339.71 0.58 0.47
Hex BE 33 62 0 49 30 19 154 3A 2F
Octal 276 63 142 0 111 60 31 524 72 57
Binary 10111110 110011 1100010 0 1001001 110000 11001 101010100 111010 101111

Color Harmonies of #BE3362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3362

Black with #BE3362

Text Example


Text Example

White with #BE3362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3362; }

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

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

background-color css

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

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

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

border-color css

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

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

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