Html Css Color HEX #BE2B67 Rouge

📋 copy color: '#BE2B67'

red 190 ◦ green 43 ◦ blue 103

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

Shades of Rouge #BE2B67

Tints of Rouge #BE2B67

RGB

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

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

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

R = 56.55%
G = 12.8%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE2B67 (or 0xBE2B67) is known color: Rouge. HEX triplet: BE, 2B and 67. RGB value is (190,43,103). Sum of RGB (Red+Green+Blue) = 190+43+103=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2B67 is #41D498. Grayscale: #5D5D5D. Windows color (decimal): -4314265 or 6761406. OLE color: 6761406.

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

Color convert

RGB 190 43 103 -
CMYK 0 0.77 0.46 0.25
HSL 335.51º 0.63% 0.46% -
HSV(B) 335.51º 0.77% 0.75% -
XYZ 24.55 13.65 14.17 -
YUV 93.79 133.2 196.62 -
System Red Green Blue C M Y K H S L
Decimal 190 43 103 0 0.77 0.46 0.25 335.51 0.63 0.46
Hex BE 2B 67 0 4D 2E 19 150 3F 2E
Octal 276 53 147 0 115 56 31 520 77 56
Binary 10111110 101011 1100111 0 1001101 101110 11001 101010000 111111 101110

Color Harmonies of #BE2B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE2B67

Black with #BE2B67

Text Example


Text Example

White with #BE2B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE2B67; }

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

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

background-color css

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

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

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

border-color css

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

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

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