Html Css Color HEX #BE2D6B Rouge

📋 copy color: '#BE2D6B'

red 190 ◦ green 45 ◦ blue 107

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

Shades of Rouge #BE2D6B

Tints of Rouge #BE2D6B

RGB

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

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

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

R = 55.56%
G = 13.16%
B = 31.29%

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

#BE2D6B (or 0xBE2D6B) is known color: Rouge. HEX triplet: BE, 2D and 6B. RGB value is (190,45,107). Sum of RGB (Red+Green+Blue) = 190+45+107=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2D6B is #41D294. Grayscale: #5F5F5F. Windows color (decimal): -4313749 or 7024062. OLE color: 7024062.

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

Color convert

RGB 190 45 107 -
CMYK 0 0.76 0.44 0.25
HSL 334.34º 0.62% 0.46% -
HSV(B) 334.34º 0.76% 0.75% -
XYZ 24.83 13.89 15.28 -
YUV 95.42 134.54 195.46 -
System Red Green Blue C M Y K H S L
Decimal 190 45 107 0 0.76 0.44 0.25 334.34 0.62 0.46
Hex BE 2D 6B 0 4C 2C 19 14E 3E 2E
Octal 276 55 153 0 114 54 31 516 76 56
Binary 10111110 101101 1101011 0 1001100 101100 11001 101001110 111110 101110

Color Harmonies of #BE2D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D6B

Black with #BE2D6B

Text Example


Text Example

White with #BE2D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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