#BE3065

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

Shades of Rouge #BE3065

Tints of Rouge #BE3065

Color information

#BE3065 (or 0xBE3065) is unknown color: approx Rouge. HEX triplet: BE, 30 and 65. RGB value is (190,48,101). Sum of RGB (Red+Green+Blue) = 190+48+101=339 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.05% from 339); Green value is 48 (19.14% from 255 or 14.16% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3065 is #41CF9A. Grayscale: #606060. Windows color (decimal): -4312987 or 6631614. OLE color: 6631614.

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

Color convert

RGB19048101-
CMYK00.750.470.25
HSL337.61º59.66%46.67%-
HSV(B)337.61º74.74%74.51%-
XYZ24.641413.72-
YUV96.5130.54194.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.05%
GREEN value IS 48 (19.14% from 255) = 14.16%
BLUE value IS 101 (39.84% from 255) = 29.79%
R=56.05%
G=14.16%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904810100.750.470.25337.6159.6646.67
HexBE306504B2F191523c2f
Octal27660145011357315227457
Binary1011111011000011001010100101110111111001101010010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3065; }

 p { color: rgb(190,48,101); }

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

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

 a { background-color: rgb(190,48,101); }

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

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

 span { border-color: rgb(190,48,101); }

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