#BE6465

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

Shades of Mandy #BE6465

Tints of Mandy #BE6465

Color information

#BE6465 (or 0xBE6465) is unknown color: approx Mandy. HEX triplet: BE, 64 and 65. RGB value is (190,100,101). Sum of RGB (Red+Green+Blue) = 190+100+101=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6465 is #419B9A. Grayscale: #7F7F7F. Windows color (decimal): -4299675 or 6644926. OLE color: 6644926.

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

Color convert

RGB190100101-
CMYK00.470.470.25
HSL359.33º40.91%56.86%-
HSV(B)359.33º47.37%74.51%-
XYZ28.142114.88-
YUV127.02113.32172.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.59%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 101 (39.84% from 255) = 25.83%
R=48.59%
G=25.58%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010010100.470.470.25359.3340.9156.86
HexBE646502F2F191672939
Octal27614414505757315475171
Binary1011111011001001100101010111110111111001101100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6465; }

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

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

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

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

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

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

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

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