#BE425D

Color #BE425D Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #BE425D

Tints of Blush #BE425D

Color information

#BE425D (or 0xBE425D) is unknown color: approx 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

RGB1906693-
CMYK00.650.510.25
HSL346.94º48.82%50.2%-
HSV(B)346.94º65.26%74.51%-
XYZ25.1615.6312.05-
YUV106.15120.58187.8-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190669300.650.510.25346.9448.8250.2
HexBE425D041331915b3132
Octal276102135010163315336162
Binary10111110100001010111010100000111001111001101011011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>