Html Css Color HEX #BE5660 Mandy

📋 copy color: '#BE5660'

red 190 ◦ green 86 ◦ blue 96

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

Shades of Mandy #BE5660

Tints of Mandy #BE5660

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.12%

 BLUE value IS 96 (37.89% from 255) = 25.81%

R = 51.08%
G = 23.12%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE5660 (or 0xBE5660) is known color: Mandy. HEX triplet: BE, 56 and 60. RGB value is (190,86,96). Sum of RGB (Red+Green+Blue) = 190+86+96=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5660 is #41A99F. Grayscale: #767676. Windows color (decimal): -4303264 or 6313662. OLE color: 6313662.

HSL color Cylindrical-coordinate representation of color #BE5660: hue angle of 354.23º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE5660 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 86 96 -
CMYK 0 0.55 0.49 0.25
HSL 354.23º 0.44% 0.54% -
HSV(B) 354.23º 0.55% 0.75% -
XYZ 26.67 18.45 13.22 -
YUV 118.24 115.46 179.19 -
System Red Green Blue C M Y K H S L
Decimal 190 86 96 0 0.55 0.49 0.25 354.23 0.44 0.54
Hex BE 56 60 0 37 31 19 162 2C 36
Octal 276 126 140 0 67 61 31 542 54 66
Binary 10111110 1010110 1100000 0 110111 110001 11001 101100010 101100 110110

Color Harmonies of #BE5660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5660

Black with #BE5660

Text Example


Text Example

White with #BE5660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5660; }

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

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

background-color css

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

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

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

border-color css

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

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

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