Html Css Color HEX #BE464A Mandy

📋 copy color: '#BE464A'

red 190 ◦ green 70 ◦ blue 74

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

Shades of Mandy #BE464A

Tints of Mandy #BE464A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 56.89%
G = 20.96%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE464A (or 0xBE464A) is known color: Mandy. HEX triplet: BE, 46 and 4A. RGB value is (190,70,74). Sum of RGB (Red+Green+Blue) = 190+70+74=334 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.89% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 190 - color contains mainly: red. Hex color #BE464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE464A is #41B9B5. Grayscale: #6A6A6A. Windows color (decimal): -4307382 or 4867774. OLE color: 4867774.

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

Color convert

RGB 190 70 74 -
CMYK 0 0.63 0.61 0.25
HSL 358º 0.48% 0.51% -
HSV(B) 358º 0.63% 0.75% -
XYZ 24.66 15.82 8.23 -
YUV 106.34 109.76 187.67 -
System Red Green Blue C M Y K H S L
Decimal 190 70 74 0 0.63 0.61 0.25 358 0.48 0.51
Hex BE 46 4A 0 3F 3D 19 166 30 33
Octal 276 106 112 0 77 75 31 546 60 63
Binary 10111110 1000110 1001010 0 111111 111101 11001 101100110 110000 110011

Color Harmonies of #BE464A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE464A

Black with #BE464A

Text Example


Text Example

White with #BE464A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE464A; }

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

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

background-color css

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

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

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

border-color css

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

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

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