#BE2968

Color #BE2968 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #BE2968

Tints of Rouge #BE2968

Color information

#BE2968 (or 0xBE2968) is unknown color: approx Rouge. HEX triplet: BE, 29 and 68. RGB value is (190,41,104). Sum of RGB (Red+Green+Blue) = 190+41+104=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2968 is #41D697. Grayscale: #5C5C5C. Windows color (decimal): -4314776 or 6826430. OLE color: 6826430.

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

Color convert

RGB19041104-
CMYK00.780.450.25
HSL334.63º64.5%45.29%-
HSV(B)334.63º78.42%74.51%-
XYZ24.5313.5314.42-
YUV92.73134.36197.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.72%
GREEN value IS 41 (16.41% from 255) = 12.24%
BLUE value IS 104 (41.02% from 255) = 31.04%
R=56.72%
G=12.24%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904110400.780.450.25334.6364.545.29
HexBE296804E2D1914f412d
Octal276511500116553151710155
Binary10111110101001110100001001110101101110011010011111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2968; }

 p { color: rgb(190,41,104); }

 H1.HeaderClassName
 {
   color: #BE2968;
 }
 .AnyTagClassName
 {
   color: #BE2968;
 }
</style>
background-color css

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

 a { background-color: rgb(190,41,104); }

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

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

 span { border-color: rgb(190,41,104); }

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