#BE445F

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

Shades of Blush #BE445F

Tints of Blush #BE445F

Color information

#BE445F (or 0xBE445F) is unknown color: approx Blush. HEX triplet: BE, 44 and 5F. RGB value is (190,68,95). Sum of RGB (Red+Green+Blue) = 190+68+95=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE445F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE445F is #41BBA0. Grayscale: #6B6B6B. Windows color (decimal): -4307873 or 6243518. OLE color: 6243518.

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

Color convert

RGB1906895-
CMYK00.640.50.25
HSL346.72º48.41%50.59%-
HSV(B)346.72º64.21%74.51%-
XYZ25.3715.9112.56-
YUV107.56120.92186.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 68 (26.95% from 255) = 19.26%
BLUE value IS 95 (37.5% from 255) = 26.91%
R=53.82%
G=19.26%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.5
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190689500.640.50.25346.7248.4150.59
HexBE445F040321915b3033
Octal276104137010062315336063
Binary10111110100010010111110100000011001011001101011011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE445F; }

 p { color: rgb(190,68,95); }

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

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

 a { background-color: rgb(190,68,95); }

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

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

 span { border-color: rgb(190,68,95); }

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