Html Css Color HEX #BE4656 Mandy

📋 copy color: '#BE4656'

red 190 ◦ green 70 ◦ blue 86

#BE4656
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #BE4656

Tints of Mandy #BE4656

RGB

 RED value IS 190 (74.61% from 255) = 54.91%

 GREEN value IS 70 (27.73% from 255) = 20.23%

 BLUE value IS 86 (33.98% from 255) = 24.86%

R = 54.91%
G = 20.23%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE4656 (or 0xBE4656) is known color: Mandy. HEX triplet: BE, 46 and 56. RGB value is (190,70,86). Sum of RGB (Red+Green+Blue) = 190+70+86=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4656 is #41B9A9. Grayscale: #6B6B6B. Windows color (decimal): -4307370 or 5654206. OLE color: 5654206.

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

Color convert

RGB 190 70 86 -
CMYK 0 0.63 0.55 0.25
HSL 352º 0.48% 0.51% -
HSV(B) 352º 0.63% 0.75% -
XYZ 25.11 16 10.57 -
YUV 107.7 115.76 186.7 -
System Red Green Blue C M Y K H S L
Decimal 190 70 86 0 0.63 0.55 0.25 352 0.48 0.51
Hex BE 46 56 0 3F 37 19 160 30 33
Octal 276 106 126 0 77 67 31 540 60 63
Binary 10111110 1000110 1010110 0 111111 110111 11001 101100000 110000 110011

Color Harmonies of #BE4656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4656

Black with #BE4656

Text Example


Text Example

White with #BE4656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4656; }

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

 H1.HeaderClassName
 {
   color: #BE4656;
 }
 .AnyTagClassName
 {
   color: #BE4656;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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