#BE4B4F

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

Shades of Mandy #BE4B4F

Tints of Mandy #BE4B4F

Color information

#BE4B4F (or 0xBE4B4F) is unknown color: approx Mandy. HEX triplet: BE, 4B and 4F. RGB value is (190,75,79). Sum of RGB (Red+Green+Blue) = 190+75+79=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4B4F is #41B4B0. Grayscale: #6D6D6D. Windows color (decimal): -4306097 or 5196734. OLE color: 5196734.

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

Color convert

RGB1907579-
CMYK00.610.580.25
HSL357.91º46.94%51.96%-
HSV(B)357.91º60.53%74.51%-
XYZ25.1616.549.26-
YUV109.84110.6185.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.23%
GREEN value IS 75 (29.69% from 255) = 21.80%
BLUE value IS 79 (31.25% from 255) = 22.97%
R=55.23%
G=21.80%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190757900.610.580.25357.9146.9451.96
HexBE4B4F03D3A191662f34
Octal27611311707572315465764
Binary1011111010010111001111011110111101011001101100110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B4F; }

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

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

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

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

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

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

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

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