Html Css Color HEX #BE2D6A Rouge

📋 copy color: '#BE2D6A'

red 190 ◦ green 45 ◦ blue 106

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

Shades of Rouge #BE2D6A

Tints of Rouge #BE2D6A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.2%

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

R = 55.72%
G = 13.2%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE2D6A (or 0xBE2D6A) is known color: Rouge. HEX triplet: BE, 2D and 6A. RGB value is (190,45,106). Sum of RGB (Red+Green+Blue) = 190+45+106=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2D6A is #41D295. Grayscale: #5F5F5F. Windows color (decimal): -4313750 or 6958526. OLE color: 6958526.

HSL color Cylindrical-coordinate representation of color #BE2D6A: hue angle of 334.76º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2D6A is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 45 106 -
CMYK 0 0.76 0.44 0.25
HSL 334.76º 0.62% 0.46% -
HSV(B) 334.76º 0.76% 0.75% -
XYZ 24.78 13.86 15.01 -
YUV 95.31 134.04 195.54 -
System Red Green Blue C M Y K H S L
Decimal 190 45 106 0 0.76 0.44 0.25 334.76 0.62 0.46
Hex BE 2D 6A 0 4C 2C 19 14F 3E 2E
Octal 276 55 152 0 114 54 31 517 76 56
Binary 10111110 101101 1101010 0 1001100 101100 11001 101001111 111110 101110

Color Harmonies of #BE2D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D6A

Black with #BE2D6A

Text Example


Text Example

White with #BE2D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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