#BE464B

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

Shades of Mandy #BE464B

Tints of Mandy #BE464B

Color information

#BE464B (or 0xBE464B) is unknown color: approx Mandy. HEX triplet: BE, 46 and 4B. RGB value is (190,70,75). Sum of RGB (Red+Green+Blue) = 190+70+75=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE464B is #41B9B4. Grayscale: #6A6A6A. Windows color (decimal): -4307381 or 4933310. OLE color: 4933310.

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

Color convert

RGB1907075-
CMYK00.630.610.25
HSL357.5º48%50.98%-
HSV(B)357.5º63.16%74.51%-
XYZ24.715.848.41-
YUV106.45110.26187.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.72%
GREEN value IS 70 (27.73% from 255) = 20.90%
BLUE value IS 75 (29.69% from 255) = 22.39%
R=56.72%
G=20.90%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190707500.630.610.25357.54850.98
HexBE464B03F3D191663033
Octal27610611307775315466063
Binary1011111010001101001011011111111110111001101100110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE464B; }

 p { color: rgb(190,70,75); }

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

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

 a { background-color: rgb(190,70,75); }

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

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

 span { border-color: rgb(190,70,75); }

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