Html Css Color HEX #BE326C Rouge

📋 copy color: '#BE326C'

red 190 ◦ green 50 ◦ blue 108

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

Shades of Rouge #BE326C

Tints of Rouge #BE326C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.37%

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 54.6%
G = 14.37%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE326C (or 0xBE326C) is known color: Rouge. HEX triplet: BE, 32 and 6C. RGB value is (190,50,108). Sum of RGB (Red+Green+Blue) = 190+50+108=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE326C is #41CD93. Grayscale: #626262. Windows color (decimal): -4312468 or 7090878. OLE color: 7090878.

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

Color convert

RGB 190 50 108 -
CMYK 0 0.74 0.43 0.25
HSL 335.14º 0.58% 0.47% -
HSV(B) 335.14º 0.74% 0.75% -
XYZ 25.08 14.31 15.63 -
YUV 98.47 133.38 193.28 -
System Red Green Blue C M Y K H S L
Decimal 190 50 108 0 0.74 0.43 0.25 335.14 0.58 0.47
Hex BE 32 6C 0 4A 2B 19 14F 3A 2F
Octal 276 62 154 0 112 53 31 517 72 57
Binary 10111110 110010 1101100 0 1001010 101011 11001 101001111 111010 101111

Color Harmonies of #BE326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE326C

Black with #BE326C

Text Example


Text Example

White with #BE326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE326C; }

 p { color: rgb(190,50,108); }

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

background-color css

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

 a { background-color: rgb(190,50,108); }

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

border-color css

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

 span { border-color: rgb(190,50,108); }

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