Html Css Color HEX #BE425C Blush

📋 copy color: '#BE425C'

red 190 ◦ green 66 ◦ blue 92

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

Shades of Blush #BE425C

Tints of Blush #BE425C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.44%

R = 54.6%
G = 18.97%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE425C (or 0xBE425C) is known color: Blush. HEX triplet: BE, 42 and 5C. RGB value is (190,66,92). Sum of RGB (Red+Green+Blue) = 190+66+92=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE425C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE425C is #41BDA3. Grayscale: #6A6A6A. Windows color (decimal): -4308388 or 6046398. OLE color: 6046398.

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

Color convert

RGB 190 66 92 -
CMYK 0 0.65 0.52 0.25
HSL 347.42º 0.49% 0.5% -
HSV(B) 347.42º 0.65% 0.75% -
XYZ 25.12 15.62 11.82 -
YUV 106.04 120.08 187.89 -
System Red Green Blue C M Y K H S L
Decimal 190 66 92 0 0.65 0.52 0.25 347.42 0.49 0.5
Hex BE 42 5C 0 41 34 19 15B 31 32
Octal 276 102 134 0 101 64 31 533 61 62
Binary 10111110 1000010 1011100 0 1000001 110100 11001 101011011 110001 110010

Color Harmonies of #BE425C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE425C

Black with #BE425C

Text Example


Text Example

White with #BE425C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE425C; }

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

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

background-color css

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

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

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

border-color css

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

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

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