#BE3368

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

Shades of Rouge #BE3368

Tints of Rouge #BE3368

Color information

#BE3368 (or 0xBE3368) is unknown color: approx Rouge. HEX triplet: BE, 33 and 68. RGB value is (190,51,104). Sum of RGB (Red+Green+Blue) = 190+51+104=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3368 is #41CC97. Grayscale: #626262. Windows color (decimal): -4312216 or 6828990. OLE color: 6828990.

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

Color convert

RGB19051104-
CMYK00.730.450.25
HSL337.12º57.68%47.25%-
HSV(B)337.12º73.16%74.51%-
XYZ24.9214.3114.55-
YUV98.6131.05193.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.07%
GREEN value IS 51 (20.31% from 255) = 14.78%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=55.07%
G=14.78%
B=30.14%

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
Decimal1905110400.730.450.25337.1257.6847.25
HexBE33680492D191513a2f
Octal27663150011155315217257
Binary1011111011001111010000100100110110111001101010001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3368; }

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

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

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

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

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

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

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

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