Html Css Color HEX #BE474D Mandy

📋 copy color: '#BE474D'

red 190 ◦ green 71 ◦ blue 77

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

Shades of Mandy #BE474D

Tints of Mandy #BE474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.01%

 BLUE value IS 77 (30.47% from 255) = 22.78%

R = 56.21%
G = 21.01%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE474D (or 0xBE474D) is known color: Mandy. HEX triplet: BE, 47 and 4D. RGB value is (190,71,77). Sum of RGB (Red+Green+Blue) = 190+71+77=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE474D is #41B8B2. Grayscale: #6B6B6B. Windows color (decimal): -4307123 or 5064638. OLE color: 5064638.

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

Color convert

RGB 190 71 77 -
CMYK 0 0.63 0.59 0.25
HSL 356.97º 0.48% 0.51% -
HSV(B) 356.97º 0.63% 0.75% -
XYZ 24.83 15.99 8.8 -
YUV 107.27 110.92 187.01 -
System Red Green Blue C M Y K H S L
Decimal 190 71 77 0 0.63 0.59 0.25 356.97 0.48 0.51
Hex BE 47 4D 0 3F 3B 19 165 30 33
Octal 276 107 115 0 77 73 31 545 60 63
Binary 10111110 1000111 1001101 0 111111 111011 11001 101100101 110000 110011

Color Harmonies of #BE474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE474D

Black with #BE474D

Text Example


Text Example

White with #BE474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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