#BE3B65

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

Shades of Rouge #BE3B65

Tints of Rouge #BE3B65

Color information

#BE3B65 (or 0xBE3B65) is unknown color: approx Rouge. HEX triplet: BE, 3B and 65. RGB value is (190,59,101). Sum of RGB (Red+Green+Blue) = 190+59+101=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 59 (23.44% from 255 or 16.86% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3B65 is #41C49A. Grayscale: #666666. Windows color (decimal): -4310171 or 6634430. OLE color: 6634430.

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

Color convert

RGB19059101-
CMYK00.690.470.25
HSL340.76º52.61%48.82%-
HSV(B)340.76º68.95%74.51%-
XYZ25.1515.0113.88-
YUV102.96126.9190.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.29%
GREEN value IS 59 (23.44% from 255) = 16.86%
BLUE value IS 101 (39.84% from 255) = 28.86%
R=54.29%
G=16.86%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905910100.690.470.25340.7652.6148.82
HexBE3B650452F191553531
Octal27673145010557315256561
Binary1011111011101111001010100010110111111001101010101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3B65; }

 p { color: rgb(190,59,101); }

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

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

 a { background-color: rgb(190,59,101); }

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

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

 span { border-color: rgb(190,59,101); }

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