#BE3D66

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

Shades of Rouge #BE3D66

Tints of Rouge #BE3D66

Color information

#BE3D66 (or 0xBE3D66) is unknown color: approx Rouge. HEX triplet: BE, 3D and 66. RGB value is (190,61,102). Sum of RGB (Red+Green+Blue) = 190+61+102=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3D66 is #41C299. Grayscale: #686868. Windows color (decimal): -4309658 or 6700478. OLE color: 6700478.

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

Color convert

RGB19061102-
CMYK00.680.460.25
HSL340.93º51.39%49.22%-
HSV(B)340.93º67.89%74.51%-
XYZ25.315.2414.18-
YUV104.24126.74189.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 61 (24.22% from 255) = 17.28%
BLUE value IS 102 (40.23% from 255) = 28.90%
R=53.82%
G=17.28%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906110200.680.460.25340.9351.3949.22
HexBE3D660442E191553331
Octal27675146010456315256361
Binary1011111011110111001100100010010111011001101010101110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3D66; }

 p { color: rgb(190,61,102); }

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

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

 a { background-color: rgb(190,61,102); }

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

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

 span { border-color: rgb(190,61,102); }

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