#BE3C62

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

Shades of Rouge #BE3C62

Tints of Rouge #BE3C62

Color information

#BE3C62 (or 0xBE3C62) is unknown color: approx Rouge. HEX triplet: BE, 3C and 62. RGB value is (190,60,98). Sum of RGB (Red+Green+Blue) = 190+60+98=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3C62 is #41C39D. Grayscale: #676767. Windows color (decimal): -4309918 or 6438078. OLE color: 6438078.

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

Color convert

RGB1906098-
CMYK00.680.480.25
HSL342.46º52%49.02%-
HSV(B)342.46º68.42%74.51%-
XYZ25.0615.0613.14-
YUV103.2125.07189.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.60%
GREEN value IS 60 (23.83% from 255) = 17.24%
BLUE value IS 98 (38.67% from 255) = 28.16%
R=54.60%
G=17.24%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190609800.680.480.25342.465249.02
HexBE3C6204430191563431
Octal27674142010460315266461
Binary1011111011110011000100100010011000011001101010110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3C62; }

 p { color: rgb(190,60,98); }

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

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

 a { background-color: rgb(190,60,98); }

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

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

 span { border-color: rgb(190,60,98); }

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