#BE3064

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

Shades of Rouge #BE3064

Tints of Rouge #BE3064

Color information

#BE3064 (or 0xBE3064) is unknown color: approx Rouge. HEX triplet: BE, 30 and 64. RGB value is (190,48,100). Sum of RGB (Red+Green+Blue) = 190+48+100=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3064 is #41CF9B. Grayscale: #606060. Windows color (decimal): -4312988 or 6566078. OLE color: 6566078.

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

Color convert

RGB19048100-
CMYK00.750.470.25
HSL338.03º59.66%46.67%-
HSV(B)338.03º74.74%74.51%-
XYZ24.5913.9813.46-
YUV96.39130.04194.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.21%
GREEN value IS 48 (19.14% from 255) = 14.20%
BLUE value IS 100 (39.45% from 255) = 29.59%
R=56.21%
G=14.20%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904810000.750.470.25338.0359.6646.67
HexBE306404B2F191523c2f
Octal27660144011357315227457
Binary1011111011000011001000100101110111111001101010010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3064; }

 p { color: rgb(190,48,100); }

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

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

 a { background-color: rgb(190,48,100); }

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

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

 span { border-color: rgb(190,48,100); }

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