#BE3664

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

Shades of Rouge #BE3664

Tints of Rouge #BE3664

Color information

#BE3664 (or 0xBE3664) is unknown color: approx Rouge. HEX triplet: BE, 36 and 64. RGB value is (190,54,100). Sum of RGB (Red+Green+Blue) = 190+54+100=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 54 (21.48% from 255 or 15.70% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3664 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3664 is #41C99B. Grayscale: #636363. Windows color (decimal): -4311452 or 6567614. OLE color: 6567614.

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

Color convert

RGB19054100-
CMYK00.720.470.25
HSL339.71º55.74%47.84%-
HSV(B)339.71º71.58%74.51%-
XYZ24.8514.5113.55-
YUV99.91128.06192.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.23%
GREEN value IS 54 (21.48% from 255) = 15.70%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=55.23%
G=15.70%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905410000.720.470.25339.7155.7447.84
HexBE36640482F191543830
Octal27666144011057315247060
Binary1011111011011011001000100100010111111001101010100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3664; }

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

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

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

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

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

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

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

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