#BE546C

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

Shades of Blush #BE546C

Tints of Blush #BE546C

Color information

#BE546C (or 0xBE546C) is unknown color: approx Blush. HEX triplet: BE, 54 and 6C. RGB value is (190,84,108). Sum of RGB (Red+Green+Blue) = 190+84+108=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 84 (33.20% from 255 or 21.99% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE546C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE546C is #41AB93. Grayscale: #767676. Windows color (decimal): -4303764 or 7099582. OLE color: 7099582.

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

Color convert

RGB19084108-
CMYK00.560.430.25
HSL346.42º44.92%53.73%-
HSV(B)346.42º55.79%74.51%-
XYZ27.1118.3716.3-
YUV118.43122.12179.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 84 (33.20% from 255) = 21.99%
BLUE value IS 108 (42.58% from 255) = 28.27%
R=49.74%
G=21.99%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908410800.560.430.25346.4244.9253.73
HexBE546C0382B1915a2d36
Octal27612415407053315325566
Binary1011111010101001101100011100010101111001101011010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE546C; }

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

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

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

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

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

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

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

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