#BE3960

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

Shades of Rouge #BE3960

Tints of Rouge #BE3960

Color information

#BE3960 (or 0xBE3960) is unknown color: approx Rouge. HEX triplet: BE, 39 and 60. RGB value is (190,57,96). Sum of RGB (Red+Green+Blue) = 190+57+96=343 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.39% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3960 is #41C69F. Grayscale: #656565. Windows color (decimal): -4310688 or 6306238. OLE color: 6306238.

HSL color Cylindrical-coordinate representation of color #BE3960: hue angle of 342.41º 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 #BE3960 is Cyan = 0, Magento = 0.7, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB1905796-
CMYK00.70.490.25
HSL342.41º53.85%48.43%-
HSV(B)342.41º70%74.51%-
XYZ24.8114.7212.6-
YUV101.21125.06191.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.39%
GREEN value IS 57 (22.66% from 255) = 16.62%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=55.39%
G=16.62%
B=27.99%

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
Decimal190579600.70.490.25342.4153.8548.43
HexBE396004631191563630
Octal27671140010661315266660
Binary1011111011100111000000100011011000111001101010110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3960; }

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

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

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

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

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

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

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

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