#BE4B4D

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

Shades of Mandy #BE4B4D

Tints of Mandy #BE4B4D

Color information

#BE4B4D (or 0xBE4B4D) is unknown color: approx Mandy. HEX triplet: BE, 4B and 4D. RGB value is (190,75,77). Sum of RGB (Red+Green+Blue) = 190+75+77=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4B4D is #41B4B2. Grayscale: #6D6D6D. Windows color (decimal): -4306099 or 5065662. OLE color: 5065662.

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

Color convert

RGB1907577-
CMYK00.610.590.25
HSL358.96º46.94%51.96%-
HSV(B)358.96º60.53%74.51%-
XYZ25.0916.528.89-
YUV109.61109.6185.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.56%
GREEN value IS 75 (29.69% from 255) = 21.93%
BLUE value IS 77 (30.47% from 255) = 22.51%
R=55.56%
G=21.93%
B=22.51%

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
Decimal190757700.610.590.25358.9646.9451.96
HexBE4B4D03D3B191672f34
Octal27611311507573315475764
Binary1011111010010111001101011110111101111001101100111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B4D; }

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

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

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

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

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

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

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

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