#BE356A

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

Shades of Rouge #BE356A

Tints of Rouge #BE356A

Color information

#BE356A (or 0xBE356A) is unknown color: approx Rouge. HEX triplet: BE, 35 and 6A. RGB value is (190,53,106). Sum of RGB (Red+Green+Blue) = 190+53+106=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 53 (21.09% from 255 or 15.19% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE356A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE356A is #41CA95. Grayscale: #636363. Windows color (decimal): -4311702 or 6960574. OLE color: 6960574.

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

Color convert

RGB19053106-
CMYK00.720.440.25
HSL336.79º56.38%47.65%-
HSV(B)336.79º72.11%74.51%-
XYZ25.1114.5315.12-
YUV100131.39192.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.44%
GREEN value IS 53 (21.09% from 255) = 15.19%
BLUE value IS 106 (41.80% from 255) = 30.37%
R=54.44%
G=15.19%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905310600.720.440.25336.7956.3847.65
HexBE356A0482C191513830
Octal27665152011054315217060
Binary1011111011010111010100100100010110011001101010001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE356A; }

 p { color: rgb(190,53,106); }

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

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

 a { background-color: rgb(190,53,106); }

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

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

 span { border-color: rgb(190,53,106); }

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