#BE445E

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

Shades of Blush #BE445E

Tints of Blush #BE445E

Color information

#BE445E (or 0xBE445E) is unknown color: approx Blush. HEX triplet: BE, 44 and 5E. RGB value is (190,68,94). Sum of RGB (Red+Green+Blue) = 190+68+94=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE445E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE445E is #41BBA1. Grayscale: #6B6B6B. Windows color (decimal): -4307874 or 6177982. OLE color: 6177982.

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

Color convert

RGB1906894-
CMYK00.640.510.25
HSL347.21º48.41%50.59%-
HSV(B)347.21º64.21%74.51%-
XYZ25.3215.8912.32-
YUV107.44120.42186.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.98%
GREEN value IS 68 (26.95% from 255) = 19.32%
BLUE value IS 94 (37.11% from 255) = 26.70%
R=53.98%
G=19.32%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190689400.640.510.25347.2148.4150.59
HexBE445E040331915b3033
Octal276104136010063315336063
Binary10111110100010010111100100000011001111001101011011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE445E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE445E; }

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

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

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

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

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

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

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

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