Html Css Color HEX #BE2B69 Rouge

📋 copy color: '#BE2B69'

red 190 ◦ green 43 ◦ blue 105

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

Shades of Rouge #BE2B69

Tints of Rouge #BE2B69

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.72%

 BLUE value IS 105 (41.41% from 255) = 31.07%

R = 56.21%
G = 12.72%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE2B69 (or 0xBE2B69) is known color: Rouge. HEX triplet: BE, 2B and 69. RGB value is (190,43,105). Sum of RGB (Red+Green+Blue) = 190+43+105=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2B69 is #41D496. Grayscale: #5D5D5D. Windows color (decimal): -4314263 or 6892478. OLE color: 6892478.

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

Color convert

RGB 190 43 105 -
CMYK 0 0.77 0.45 0.25
HSL 334.69º 0.63% 0.46% -
HSV(B) 334.69º 0.77% 0.75% -
XYZ 24.65 13.69 14.71 -
YUV 94.02 134.2 196.46 -
System Red Green Blue C M Y K H S L
Decimal 190 43 105 0 0.77 0.45 0.25 334.69 0.63 0.46
Hex BE 2B 69 0 4D 2D 19 14F 3F 2E
Octal 276 53 151 0 115 55 31 517 77 56
Binary 10111110 101011 1101001 0 1001101 101101 11001 101001111 111111 101110

Color Harmonies of #BE2B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B69

Black with #BE2B69

Text Example


Text Example

White with #BE2B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B69; }

 p { color: rgb(190,43,105); }

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

background-color css

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

 a { background-color: rgb(190,43,105); }

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

border-color css

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

 span { border-color: rgb(190,43,105); }

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