Html Css Color HEX #BE326A Rouge

📋 copy color: '#BE326A'

red 190 ◦ green 50 ◦ blue 106

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

Shades of Rouge #BE326A

Tints of Rouge #BE326A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 54.91%
G = 14.45%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE326A (or 0xBE326A) is known color: Rouge. HEX triplet: BE, 32 and 6A. RGB value is (190,50,106). Sum of RGB (Red+Green+Blue) = 190+50+106=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE326A is #41CD95. Grayscale: #626262. Windows color (decimal): -4312470 or 6959806. OLE color: 6959806.

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

Color convert

RGB 190 50 106 -
CMYK 0 0.74 0.44 0.25
HSL 336º 0.58% 0.47% -
HSV(B) 336º 0.74% 0.75% -
XYZ 24.98 14.27 15.07 -
YUV 98.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 190 50 106 0 0.74 0.44 0.25 336 0.58 0.47
Hex BE 32 6A 0 4A 2C 19 150 3A 2F
Octal 276 62 152 0 112 54 31 520 72 57
Binary 10111110 110010 1101010 0 1001010 101100 11001 101010000 111010 101111

Color Harmonies of #BE326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE326A

Black with #BE326A

Text Example


Text Example

White with #BE326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE326A; }

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

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

background-color css

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

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

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

border-color css

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

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

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