Html Css Color HEX #BE316A Rouge

📋 copy color: '#BE316A'

red 190 ◦ green 49 ◦ blue 106

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

Shades of Rouge #BE316A

Tints of Rouge #BE316A

RGB

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

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

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

R = 55.07%
G = 14.2%
B = 30.72%

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

#BE316A (or 0xBE316A) is known color: Rouge. HEX triplet: BE, 31 and 6A. RGB value is (190,49,106). Sum of RGB (Red+Green+Blue) = 190+49+106=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE316A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE316A is #41CE95. Grayscale: #616161. Windows color (decimal): -4312726 or 6959550. OLE color: 6959550.

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

Color convert

RGB 190 49 106 -
CMYK 0 0.74 0.44 0.25
HSL 335.74º 0.59% 0.47% -
HSV(B) 335.74º 0.74% 0.75% -
XYZ 24.94 14.18 15.06 -
YUV 97.66 132.71 193.87 -
System Red Green Blue C M Y K H S L
Decimal 190 49 106 0 0.74 0.44 0.25 335.74 0.59 0.47
Hex BE 31 6A 0 4A 2C 19 150 3B 2F
Octal 276 61 152 0 112 54 31 520 73 57
Binary 10111110 110001 1101010 0 1001010 101100 11001 101010000 111011 101111

Color Harmonies of #BE316A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE316A

Black with #BE316A

Text Example


Text Example

White with #BE316A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE316A; }

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

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

background-color css

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

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

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

border-color css

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

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

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