#BE3661

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

Shades of Rouge #BE3661

Tints of Rouge #BE3661

Color information

#BE3661 (or 0xBE3661) is unknown color: approx Rouge. HEX triplet: BE, 36 and 61. RGB value is (190,54,97). Sum of RGB (Red+Green+Blue) = 190+54+97=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3661 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3661 is #41C99E. Grayscale: #636363. Windows color (decimal): -4311455 or 6371006. OLE color: 6371006.

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

Color convert

RGB1905497-
CMYK00.720.490.25
HSL341.03º55.74%47.84%-
HSV(B)341.03º71.58%74.51%-
XYZ24.7114.4512.8-
YUV99.57126.56192.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.72%
GREEN value IS 54 (21.48% from 255) = 15.84%
BLUE value IS 97 (38.28% from 255) = 28.45%
R=55.72%
G=15.84%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190549700.720.490.25341.0355.7447.84
HexBE366104831191553830
Octal27666141011061315257060
Binary1011111011011011000010100100011000111001101010101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3661; }

 p { color: rgb(190,54,97); }

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

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

 a { background-color: rgb(190,54,97); }

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

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

 span { border-color: rgb(190,54,97); }

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