Html Css Color HEX #BE464C Mandy

📋 copy color: '#BE464C'

red 190 ◦ green 70 ◦ blue 76

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

Shades of Mandy #BE464C

Tints of Mandy #BE464C

RGB

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

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

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

R = 56.55%
G = 20.83%
B = 22.62%

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

#BE464C (or 0xBE464C) is known color: Mandy. HEX triplet: BE, 46 and 4C. RGB value is (190,70,76). Sum of RGB (Red+Green+Blue) = 190+70+76=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE464C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE464C is #41B9B3. Grayscale: #6A6A6A. Windows color (decimal): -4307380 or 4998846. OLE color: 4998846.

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

Color convert

RGB 190 70 76 -
CMYK 0 0.63 0.60 0.25
HSL 357º 0.48% 0.51% -
HSV(B) 357º 0.63% 0.75% -
XYZ 24.73 15.85 8.59 -
YUV 106.56 110.76 187.51 -
System Red Green Blue C M Y K H S L
Decimal 190 70 76 0 0.63 0.60 0.25 357 0.48 0.51
Hex BE 46 4C 0 3F 3C 19 165 30 33
Octal 276 106 114 0 77 74 31 545 60 63
Binary 10111110 1000110 1001100 0 111111 111100 11001 101100101 110000 110011

Color Harmonies of #BE464C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE464C

Black with #BE464C

Text Example


Text Example

White with #BE464C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE464C; }

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

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

background-color css

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

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

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

border-color css

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

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

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