#BE475D

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

Shades of Blush #BE475D

Tints of Blush #BE475D

Color information

#BE475D (or 0xBE475D) is unknown color: approx Blush. HEX triplet: BE, 47 and 5D. RGB value is (190,71,93). Sum of RGB (Red+Green+Blue) = 190+71+93=354 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.67% from 354); Green value is 71 (28.12% from 255 or 20.06% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 190 - color contains mainly: red. Hex color #BE475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE475D is #41B8A2. Grayscale: #6D6D6D. Windows color (decimal): -4307107 or 6113214. OLE color: 6113214.

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

Color convert

RGB1907193-
CMYK00.630.510.25
HSL348.91º47.79%51.18%-
HSV(B)348.91º62.63%74.51%-
XYZ25.4616.2412.15-
YUV109.09118.92185.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.67%
GREEN value IS 71 (28.12% from 255) = 20.06%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=53.67%
G=20.06%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190719300.630.510.25348.9147.7951.18
HexBE475D03F331915d3033
Octal27610713507763315356063
Binary1011111010001111011101011111111001111001101011101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE475D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE475D; }

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

 H1.HeaderClassName
 {
   color: #BE475D;
 }
 .AnyTagClassName
 {
   color: #BE475D;
 }
</style>
background-color css

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

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

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

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

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

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