Html Css Color HEX #BE316C Rouge

📋 copy color: '#BE316C'

red 190 ◦ green 49 ◦ blue 108

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

Shades of Rouge #BE316C

Tints of Rouge #BE316C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.12%

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

R = 54.76%
G = 14.12%
B = 31.12%

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

#BE316C (or 0xBE316C) is known color: Rouge. HEX triplet: BE, 31 and 6C. RGB value is (190,49,108). Sum of RGB (Red+Green+Blue) = 190+49+108=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE316C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE316C is #41CE93. Grayscale: #616161. Windows color (decimal): -4312724 or 7090622. OLE color: 7090622.

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

Color convert

RGB 190 49 108 -
CMYK 0 0.74 0.43 0.25
HSL 334.89º 0.59% 0.47% -
HSV(B) 334.89º 0.74% 0.75% -
XYZ 25.04 14.23 15.61 -
YUV 97.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 190 49 108 0 0.74 0.43 0.25 334.89 0.59 0.47
Hex BE 31 6C 0 4A 2B 19 14F 3B 2F
Octal 276 61 154 0 112 53 31 517 73 57
Binary 10111110 110001 1101100 0 1001010 101011 11001 101001111 111011 101111

Color Harmonies of #BE316C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE316C

Black with #BE316C

Text Example


Text Example

White with #BE316C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE316C; }

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

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

background-color css

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

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

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

border-color css

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

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

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