#BE475E

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

Shades of Blush #BE475E

Tints of Blush #BE475E

Color information

#BE475E (or 0xBE475E) is unknown color: approx Blush. HEX triplet: BE, 47 and 5E. RGB value is (190,71,94). Sum of RGB (Red+Green+Blue) = 190+71+94=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE475E is #41B8A1. Grayscale: #6D6D6D. Windows color (decimal): -4307106 or 6178750. OLE color: 6178750.

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

Color convert

RGB1907194-
CMYK00.630.510.25
HSL348.4º47.79%51.18%-
HSV(B)348.4º62.63%74.51%-
XYZ25.5116.2612.38-
YUV109.2119.42185.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 71 (28.12% from 255) = 20%
BLUE value IS 94 (37.11% from 255) = 26.48%
R=53.52%
G=20%
B=26.48%

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
Decimal190719400.630.510.25348.447.7951.18
HexBE475E03F331915c3033
Octal27610713607763315346063
Binary1011111010001111011110011111111001111001101011100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE475E; }

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

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

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

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

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

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

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

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