Html Css Color HEX #BE4652 Mandy

📋 copy color: '#BE4652'

red 190 ◦ green 70 ◦ blue 82

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

Shades of Mandy #BE4652

Tints of Mandy #BE4652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 23.98%

R = 55.56%
G = 20.47%
B = 23.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#BE4652 (or 0xBE4652) is known color: Mandy. HEX triplet: BE, 46 and 52. RGB value is (190,70,82). Sum of RGB (Red+Green+Blue) = 190+70+82=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 70 (27.73% from 255 or 20.47% from 342); Blue value is 82 (32.42% from 255 or 23.98% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4652 is #41B9AD. Grayscale: #6B6B6B. Windows color (decimal): -4307374 or 5392062. OLE color: 5392062.

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

Color convert

RGB 190 70 82 -
CMYK 0 0.63 0.57 0.25
HSL 354º 0.48% 0.51% -
HSV(B) 354º 0.63% 0.75% -
XYZ 24.95 15.94 9.74 -
YUV 107.25 113.76 187.02 -
System Red Green Blue C M Y K H S L
Decimal 190 70 82 0 0.63 0.57 0.25 354 0.48 0.51
Hex BE 46 52 0 3F 39 19 162 30 33
Octal 276 106 122 0 77 71 31 542 60 63
Binary 10111110 1000110 1010010 0 111111 111001 11001 101100010 110000 110011

Color Harmonies of #BE4652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4652

Black with #BE4652

Text Example


Text Example

White with #BE4652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4652; }

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

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

background-color css

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

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

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

border-color css

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

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

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