#BE2967

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

Shades of Rouge #BE2967

Tints of Rouge #BE2967

Color information

#BE2967 (or 0xBE2967) is unknown color: approx Rouge. HEX triplet: BE, 29 and 67. RGB value is (190,41,103). Sum of RGB (Red+Green+Blue) = 190+41+103=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2967 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE2967 is #41D698. Grayscale: #5C5C5C. Windows color (decimal): -4314777 or 6760894. OLE color: 6760894.

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

Color convert

RGB19041103-
CMYK00.780.460.25
HSL335.03º64.5%45.29%-
HSV(B)335.03º78.42%74.51%-
XYZ24.4813.5114.15-
YUV92.62133.86197.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.89%
GREEN value IS 41 (16.41% from 255) = 12.28%
BLUE value IS 103 (40.62% from 255) = 30.84%
R=56.89%
G=12.28%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904110300.780.460.25335.0364.545.29
HexBE296704E2E1914f412d
Octal276511470116563151710155
Binary10111110101001110011101001110101110110011010011111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2967; }

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

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

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

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

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

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

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

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