#BE3961

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

Shades of Rouge #BE3961

Tints of Rouge #BE3961

Color information

#BE3961 (or 0xBE3961) is unknown color: approx Rouge. HEX triplet: BE, 39 and 61. RGB value is (190,57,97). Sum of RGB (Red+Green+Blue) = 190+57+97=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 97 (38.28% from 255 or 28.20% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3961 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3961 is #41C69E. Grayscale: #656565. Windows color (decimal): -4310687 or 6371774. OLE color: 6371774.

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

Color convert

RGB1905797-
CMYK00.70.490.25
HSL341.95º53.85%48.43%-
HSV(B)341.95º70%74.51%-
XYZ24.8614.7412.84-
YUV101.33125.56191.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.23%
GREEN value IS 57 (22.66% from 255) = 16.57%
BLUE value IS 97 (38.28% from 255) = 28.20%
R=55.23%
G=16.57%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190579700.70.490.25341.9553.8548.43
HexBE396104631191563630
Octal27671141010661315266660
Binary1011111011100111000010100011011000111001101010110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3961; }

 p { color: rgb(190,57,97); }

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

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

 a { background-color: rgb(190,57,97); }

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

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

 span { border-color: rgb(190,57,97); }

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