#BE454E

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

Shades of Mandy #BE454E

Tints of Mandy #BE454E

Color information

#BE454E (or 0xBE454E) is unknown color: approx Mandy. HEX triplet: BE, 45 and 4E. RGB value is (190,69,78). Sum of RGB (Red+Green+Blue) = 190+69+78=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE454E is #41BAB1. Grayscale: #6A6A6A. Windows color (decimal): -4307634 or 5129662. OLE color: 5129662.

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

Color convert

RGB1906978-
CMYK00.640.590.25
HSL355.54º48.21%50.78%-
HSV(B)355.54º63.68%74.51%-
XYZ24.7415.758.94-
YUV106.2112.09187.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.38%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 78 (30.86% from 255) = 23.15%
R=56.38%
G=20.47%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190697800.640.590.25355.5448.2150.78
HexBE454E0403B191643033
Octal276105116010073315446063
Binary10111110100010110011100100000011101111001101100100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE454E; }

 p { color: rgb(190,69,78); }

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

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

 a { background-color: rgb(190,69,78); }

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

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

 span { border-color: rgb(190,69,78); }

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