Html Css Color HEX #BE2D67 Rouge

📋 copy color: '#BE2D67'

red 190 ◦ green 45 ◦ blue 103

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

Shades of Rouge #BE2D67

Tints of Rouge #BE2D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.47%

R = 56.21%
G = 13.31%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE2D67 (or 0xBE2D67) is known color: Rouge. HEX triplet: BE, 2D and 67. RGB value is (190,45,103). Sum of RGB (Red+Green+Blue) = 190+45+103=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 45 (17.97% from 255 or 13.31% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2D67 is #41D298. Grayscale: #5E5E5E. Windows color (decimal): -4313753 or 6761918. OLE color: 6761918.

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

Color convert

RGB 190 45 103 -
CMYK 0 0.76 0.46 0.25
HSL 336º 0.62% 0.46% -
HSV(B) 336º 0.76% 0.75% -
XYZ 24.62 13.8 14.2 -
YUV 94.97 132.54 195.78 -
System Red Green Blue C M Y K H S L
Decimal 190 45 103 0 0.76 0.46 0.25 336 0.62 0.46
Hex BE 2D 67 0 4C 2E 19 150 3E 2E
Octal 276 55 147 0 114 56 31 520 76 56
Binary 10111110 101101 1100111 0 1001100 101110 11001 101010000 111110 101110

Color Harmonies of #BE2D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2D67

Black with #BE2D67

Text Example


Text Example

White with #BE2D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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