#BE4A4D

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

Shades of Mandy #BE4A4D

Tints of Mandy #BE4A4D

Color information

#BE4A4D (or 0xBE4A4D) is unknown color: approx Mandy. HEX triplet: BE, 4A and 4D. RGB value is (190,74,77). Sum of RGB (Red+Green+Blue) = 190+74+77=341 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.72% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4A4D is #41B5B2. Grayscale: #6D6D6D. Windows color (decimal): -4306355 or 5065406. OLE color: 5065406.

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

Color convert

RGB1907477-
CMYK00.610.590.25
HSL358.45º47.15%51.76%-
HSV(B)358.45º61.05%74.51%-
XYZ25.0216.388.86-
YUV109.03109.93185.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.72%
GREEN value IS 74 (29.30% from 255) = 21.70%
BLUE value IS 77 (30.47% from 255) = 22.58%
R=55.72%
G=21.70%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190747700.610.590.25358.4547.1551.76
HexBE4A4D03D3B191662f34
Octal27611211507573315465764
Binary1011111010010101001101011110111101111001101100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4A4D; }

 p { color: rgb(190,74,77); }

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

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

 a { background-color: rgb(190,74,77); }

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

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

 span { border-color: rgb(190,74,77); }

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