Html Css Color HEX #BE346A Rouge

📋 copy color: '#BE346A'

red 190 ◦ green 52 ◦ blue 106

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

Shades of Rouge #BE346A

Tints of Rouge #BE346A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.94%

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

R = 54.6%
G = 14.94%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE346A (or 0xBE346A) is known color: Rouge. HEX triplet: BE, 34 and 6A. RGB value is (190,52,106). Sum of RGB (Red+Green+Blue) = 190+52+106=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE346A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE346A is #41CB95. Grayscale: #636363. Windows color (decimal): -4311958 or 6960318. OLE color: 6960318.

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

Color convert

RGB 190 52 106 -
CMYK 0 0.73 0.44 0.25
HSL 336.52º 0.57% 0.47% -
HSV(B) 336.52º 0.73% 0.75% -
XYZ 25.06 14.44 15.1 -
YUV 99.42 131.72 192.61 -
System Red Green Blue C M Y K H S L
Decimal 190 52 106 0 0.73 0.44 0.25 336.52 0.57 0.47
Hex BE 34 6A 0 49 2C 19 151 39 2F
Octal 276 64 152 0 111 54 31 521 71 57
Binary 10111110 110100 1101010 0 1001001 101100 11001 101010001 111001 101111

Color Harmonies of #BE346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE346A

Black with #BE346A

Text Example


Text Example

White with #BE346A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE346A; }

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

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

background-color css

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

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

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

border-color css

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

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

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