#BE3369

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

Shades of Rouge #BE3369

Tints of Rouge #BE3369

Color information

#BE3369 (or 0xBE3369) is unknown color: approx Rouge. HEX triplet: BE, 33 and 69. RGB value is (190,51,105). Sum of RGB (Red+Green+Blue) = 190+51+105=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3369 is #41CC96. Grayscale: #626262. Windows color (decimal): -4312215 or 6894526. OLE color: 6894526.

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

Color convert

RGB19051105-
CMYK00.730.450.25
HSL336.69º57.68%47.25%-
HSV(B)336.69º73.16%74.51%-
XYZ24.9714.3314.82-
YUV98.72131.55193.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.91%
GREEN value IS 51 (20.31% from 255) = 14.74%
BLUE value IS 105 (41.41% from 255) = 30.35%
R=54.91%
G=14.74%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905110500.730.450.25336.6957.6847.25
HexBE33690492D191513a2f
Octal27663151011155315217257
Binary1011111011001111010010100100110110111001101010001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3369; }

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

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

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

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

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

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

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

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