Html Css Color HEX #BE474C Mandy

📋 copy color: '#BE474C'

red 190 ◦ green 71 ◦ blue 76

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

Shades of Mandy #BE474C

Tints of Mandy #BE474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.55%

R = 56.38%
G = 21.07%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE474C (or 0xBE474C) is known color: Mandy. HEX triplet: BE, 47 and 4C. RGB value is (190,71,76). Sum of RGB (Red+Green+Blue) = 190+71+76=337 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.38% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 190 - color contains mainly: red. Hex color #BE474C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE474C is #41B8B3. Grayscale: #6B6B6B. Windows color (decimal): -4307124 or 4999102. OLE color: 4999102.

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

Color convert

RGB 190 71 76 -
CMYK 0 0.63 0.60 0.25
HSL 357.48º 0.48% 0.51% -
HSV(B) 357.48º 0.63% 0.75% -
XYZ 24.79 15.98 8.61 -
YUV 107.15 110.42 187.09 -
System Red Green Blue C M Y K H S L
Decimal 190 71 76 0 0.63 0.60 0.25 357.48 0.48 0.51
Hex BE 47 4C 0 3F 3C 19 165 30 33
Octal 276 107 114 0 77 74 31 545 60 63
Binary 10111110 1000111 1001100 0 111111 111100 11001 101100101 110000 110011

Color Harmonies of #BE474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE474C

Black with #BE474C

Text Example


Text Example

White with #BE474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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