#BE546A

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

Shades of Blush #BE546A

Tints of Blush #BE546A

Color information

#BE546A (or 0xBE546A) is unknown color: approx Blush. HEX triplet: BE, 54 and 6A. RGB value is (190,84,106). Sum of RGB (Red+Green+Blue) = 190+84+106=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE546A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE546A is #41AB95. Grayscale: #767676. Windows color (decimal): -4303766 or 6968510. OLE color: 6968510.

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

Color convert

RGB19084106-
CMYK00.560.440.25
HSL347.55º44.92%53.73%-
HSV(B)347.55º55.79%74.51%-
XYZ27.0118.3315.75-
YUV118.2121.12179.21-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 22.11%
BLUE value IS 106 (41.80% from 255) = 27.89%
R=50%
G=22.11%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908410600.560.440.25347.5544.9253.73
HexBE546A0382C1915c2d36
Octal27612415207054315345566
Binary1011111010101001101010011100010110011001101011100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE546A; }

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

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

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

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

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

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

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

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