Html Css Color HEX #BE4D62 Blush

📋 copy color: '#BE4D62'

red 190 ◦ green 77 ◦ blue 98

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

Shades of Blush #BE4D62

Tints of Blush #BE4D62

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.1%

 BLUE value IS 98 (38.67% from 255) = 26.85%

R = 52.05%
G = 21.1%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#BE4D62 (or 0xBE4D62) is known color: Blush. HEX triplet: BE, 4D and 62. RGB value is (190,77,98). Sum of RGB (Red+Green+Blue) = 190+77+98=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D62 is #41B29D. Grayscale: #717171. Windows color (decimal): -4305566 or 6442430. OLE color: 6442430.

HSL color Cylindrical-coordinate representation of color #BE4D62: hue angle of 348.85º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BE4D62 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 77 98 -
CMYK 0 0.59 0.48 0.25
HSL 348.85º 0.47% 0.52% -
HSV(B) 348.85º 0.59% 0.75% -
XYZ 26.09 17.14 13.49 -
YUV 113.18 119.44 182.79 -
System Red Green Blue C M Y K H S L
Decimal 190 77 98 0 0.59 0.48 0.25 348.85 0.47 0.52
Hex BE 4D 62 0 3B 30 19 15D 2F 34
Octal 276 115 142 0 73 60 31 535 57 64
Binary 10111110 1001101 1100010 0 111011 110000 11001 101011101 101111 110100

Color Harmonies of #BE4D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D62

Black with #BE4D62

Text Example


Text Example

White with #BE4D62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D62; }

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

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

background-color css

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

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

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

border-color css

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

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

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