Html Css Color HEX #BE425D Blush

📋 copy color: '#BE425D'

red 190 ◦ green 66 ◦ blue 93

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

Shades of Blush #BE425D

Tints of Blush #BE425D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.91%

 BLUE value IS 93 (36.72% from 255) = 26.65%

R = 54.44%
G = 18.91%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE425D (or 0xBE425D) is known color: Blush. HEX triplet: BE, 42 and 5D. RGB value is (190,66,93). Sum of RGB (Red+Green+Blue) = 190+66+93=349 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.44% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 190 - color contains mainly: red. Hex color #BE425D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE425D is #41BDA2. Grayscale: #6A6A6A. Windows color (decimal): -4308387 or 6111934. OLE color: 6111934.

HSL color Cylindrical-coordinate representation of color #BE425D: hue angle of 346.94º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE425D is Cyan = 0, Magento = 0.65, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 66 93 -
CMYK 0 0.65 0.51 0.25
HSL 346.94º 0.49% 0.5% -
HSV(B) 346.94º 0.65% 0.75% -
XYZ 25.16 15.63 12.05 -
YUV 106.15 120.58 187.8 -
System Red Green Blue C M Y K H S L
Decimal 190 66 93 0 0.65 0.51 0.25 346.94 0.49 0.5
Hex BE 42 5D 0 41 33 19 15B 31 32
Octal 276 102 135 0 101 63 31 533 61 62
Binary 10111110 1000010 1011101 0 1000001 110011 11001 101011011 110001 110010

Color Harmonies of #BE425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE425D

Black with #BE425D

Text Example


Text Example

White with #BE425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE425D; }

 p { color: rgb(190,66,93); }

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

background-color css

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

 a { background-color: rgb(190,66,93); }

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

border-color css

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

 span { border-color: rgb(190,66,93); }

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