#be546d

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

Shades of Blush #BE546D

Tints of Blush #BE546D

Color information

#BE546D (or 0xBE546D) is unknown color: approx Blush. HEX triplet: BE, 54 and 6D. RGB value is (190,84,109). Sum of RGB (Red+Green+Blue) = 190+84+109=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE546D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE546D is #41AB92. Grayscale: #767676. Windows color (decimal): -4303763 or 7165118. OLE color: 7165118.

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

Color convert

RGB19084109-
CMYK00.560.430.25
HSL345.85º44.92%53.73%-
HSV(B)345.85º55.79%74.51%-
XYZ27.1718.3916.59-
YUV118.54122.62178.97-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.61%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 109 (42.97% from 255) = 28.46%
R=49.61%
G=21.93%
B=28.46%

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
Decimal1908410900.560.430.25345.8544.9253.73
HexBE546D0382B1915a2d36
Octal27612415507053315325566
Binary1011111010101001101101011100010101111001101011010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be546d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be546d; }

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

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

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

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

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

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

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

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