#BE455E

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

Shades of Blush #BE455E

Tints of Blush #BE455E

Color information

#BE455E (or 0xBE455E) is unknown color: approx Blush. HEX triplet: BE, 45 and 5E. RGB value is (190,69,94). Sum of RGB (Red+Green+Blue) = 190+69+94=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE455E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE455E is #41BAA1. Grayscale: #6C6C6C. Windows color (decimal): -4307618 or 6178238. OLE color: 6178238.

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

Color convert

RGB1906994-
CMYK00.640.510.25
HSL347.6º48.21%50.78%-
HSV(B)347.6º63.68%74.51%-
XYZ25.3816.0112.34-
YUV108.03120.09186.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 69 (27.34% from 255) = 19.55%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=53.82%
G=19.55%
B=26.63%

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
Decimal190699400.640.510.25347.648.2150.78
HexBE455E040331915c3033
Octal276105136010063315346063
Binary10111110100010110111100100000011001111001101011100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE455E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE455E; }

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

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

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

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

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

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

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

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