#BE546E

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

Shades of Blush #BE546E

Tints of Blush #BE546E

Color information

#BE546E (or 0xBE546E) is unknown color: approx Blush. HEX triplet: BE, 54 and 6E. RGB value is (190,84,110). Sum of RGB (Red+Green+Blue) = 190+84+110=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE546E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE546E is #41AB91. Grayscale: #767676. Windows color (decimal): -4303762 or 7230654. OLE color: 7230654.

HSL color Cylindrical-coordinate representation of color #BE546E: hue angle of 345.28º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE546E is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB19084110-
CMYK00.560.420.25
HSL345.28º44.92%53.73%-
HSV(B)345.28º55.79%74.51%-
XYZ27.2218.4116.87-
YUV118.66123.12178.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.48%
GREEN value IS 84 (33.20% from 255) = 21.88%
BLUE value IS 110 (43.36% from 255) = 28.65%
R=49.48%
G=21.88%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908411000.560.420.25345.2844.9253.73
HexBE546E0382A191592d36
Octal27612415607052315315566
Binary1011111010101001101110011100010101011001101011001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE546E; }

 p { color: rgb(190,84,110); }

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

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

 a { background-color: rgb(190,84,110); }

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

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

 span { border-color: rgb(190,84,110); }

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