#BE3362

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

Shades of Rouge #BE3362

Tints of Rouge #BE3362

Color information

#BE3362 (or 0xBE3362) is unknown color: approx Rouge. HEX triplet: BE, 33 and 62. RGB value is (190,51,98). Sum of RGB (Red+Green+Blue) = 190+51+98=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3362 is #41CC9D. Grayscale: #616161. Windows color (decimal): -4312222 or 6435774. OLE color: 6435774.

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

Color convert

RGB1905198-
CMYK00.730.480.25
HSL339.71º57.68%47.25%-
HSV(B)339.71º73.16%74.51%-
XYZ24.6214.213-
YUV97.92128.05193.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.05%
GREEN value IS 51 (20.31% from 255) = 15.04%
BLUE value IS 98 (38.67% from 255) = 28.91%
R=56.05%
G=15.04%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190519800.730.480.25339.7157.6847.25
HexBE336204930191543a2f
Octal27663142011160315247257
Binary1011111011001111000100100100111000011001101010100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3362; }

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

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

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

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

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

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

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

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