#BE3A66

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

Shades of Rouge #BE3A66

Tints of Rouge #BE3A66

Color information

#BE3A66 (or 0xBE3A66) is unknown color: approx Rouge. HEX triplet: BE, 3A and 66. RGB value is (190,58,102). Sum of RGB (Red+Green+Blue) = 190+58+102=350 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.29% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3A66 is #41C599. Grayscale: #666666. Windows color (decimal): -4310426 or 6699710. OLE color: 6699710.

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

Color convert

RGB19058102-
CMYK00.690.460.25
HSL340º53.23%48.63%-
HSV(B)340º69.47%74.51%-
XYZ25.1514.9314.13-
YUV102.48127.73190.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.29%
GREEN value IS 58 (23.05% from 255) = 16.57%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=54.29%
G=16.57%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905810200.690.460.2534053.2348.63
HexBE3A660452E191543531
Octal27672146010556315246561
Binary1011111011101011001100100010110111011001101010100110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3A66; }

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

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

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

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

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

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

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

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