Html Css Color HEX #BE346B Rouge

📋 copy color: '#BE346B'

red 190 ◦ green 52 ◦ blue 107

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

Shades of Rouge #BE346B

Tints of Rouge #BE346B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.66%

R = 54.44%
G = 14.9%
B = 30.66%

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

#BE346B (or 0xBE346B) is known color: Rouge. HEX triplet: BE, 34 and 6B. RGB value is (190,52,107). Sum of RGB (Red+Green+Blue) = 190+52+107=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE346B is #41CB94. Grayscale: #636363. Windows color (decimal): -4311957 or 7025854. OLE color: 7025854.

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

Color convert

RGB 190 52 107 -
CMYK 0 0.73 0.44 0.25
HSL 336.09º 0.57% 0.47% -
HSV(B) 336.09º 0.73% 0.75% -
XYZ 25.12 14.46 15.38 -
YUV 99.53 132.22 192.53 -
System Red Green Blue C M Y K H S L
Decimal 190 52 107 0 0.73 0.44 0.25 336.09 0.57 0.47
Hex BE 34 6B 0 49 2C 19 150 39 2F
Octal 276 64 153 0 111 54 31 520 71 57
Binary 10111110 110100 1101011 0 1001001 101100 11001 101010000 111001 101111

Color Harmonies of #BE346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE346B

Black with #BE346B

Text Example


Text Example

White with #BE346B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE346B; }

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

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

background-color css

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

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

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

border-color css

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

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

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